Loading pkgs/development/python-modules/torch/bin.nix +3 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,9 @@ in buildPythonPackage { # Includes CUDA and Intel MKL, but redistributions of the binary are not limited. # https://docs.nvidia.com/cuda/eula/index.html # https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html license = licenses.bsd3; # torch's license is BSD3. # torch-bin includes CUDA and MKL binaries, therefore unfreeRedistributable is set. license = with licenses; [ bsd3 issl unfreeRedistributable ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" ]; hydraPlatforms = []; # output size 3.2G on 1.11.0 Loading Loading
pkgs/development/python-modules/torch/bin.nix +3 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,9 @@ in buildPythonPackage { # Includes CUDA and Intel MKL, but redistributions of the binary are not limited. # https://docs.nvidia.com/cuda/eula/index.html # https://www.intel.com/content/www/us/en/developer/articles/license/onemkl-license-faq.html license = licenses.bsd3; # torch's license is BSD3. # torch-bin includes CUDA and MKL binaries, therefore unfreeRedistributable is set. license = with licenses; [ bsd3 issl unfreeRedistributable ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" ]; hydraPlatforms = []; # output size 3.2G on 1.11.0 Loading