Merge pull request #329511 from trofi/python3Packages.pytorch-bin.tests-fix-eval

python3Packages.pytorch-bin.tests: fix the eval
This commit is contained in:
Someone
2024-07-24 00:41:14 +03:00
committed by GitHub
@@ -121,10 +121,7 @@ buildPythonPackage {
pythonImportsCheck = [ "torch" ];
passthru.tests = callPackage ./tests.nix {
torchWithCuda = torch-bin;
torchWithRocm = torch-bin;
};
passthru.tests = callPackage ./tests.nix {};
meta = {
description = "PyTorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration";