Loading pkgs/development/python-modules/torch/tests/mk-runtime-check.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,9 @@ feature, libraries, versionAttr, pythonPackages, }: (cudaPackages.writeGpuTestPython.override { python3Packages = pythonPackages; }) cudaPackages.writeGpuTestPython { inherit feature; inherit libraries; Loading pkgs/development/python-modules/torch/tests/mk-torch-compile-check.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,12 @@ lib, libraries, name ? if feature == null then "torch-compile-cpu" else "torch-compile-${feature}", pythonPackages, stdenv, }: let deviceStr = if feature == null then "" else '', device="cuda"''; in (cudaPackages.writeGpuTestPython.override { python3Packages = pythonPackages; }) cudaPackages.writeGpuTestPython { inherit name feature libraries; makeWrapperArgs = [ Loading Loading
pkgs/development/python-modules/torch/tests/mk-runtime-check.nix +1 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,9 @@ feature, libraries, versionAttr, pythonPackages, }: (cudaPackages.writeGpuTestPython.override { python3Packages = pythonPackages; }) cudaPackages.writeGpuTestPython { inherit feature; inherit libraries; Loading
pkgs/development/python-modules/torch/tests/mk-torch-compile-check.nix +1 −2 Original line number Diff line number Diff line Loading @@ -4,13 +4,12 @@ lib, libraries, name ? if feature == null then "torch-compile-cpu" else "torch-compile-${feature}", pythonPackages, stdenv, }: let deviceStr = if feature == null then "" else '', device="cuda"''; in (cudaPackages.writeGpuTestPython.override { python3Packages = pythonPackages; }) cudaPackages.writeGpuTestPython { inherit name feature libraries; makeWrapperArgs = [ Loading