Merge pull request #329511 from trofi/python3Packages.pytorch-bin.tests-fix-eval
python3Packages.pytorch-bin.tests: fix the eval
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user