switch torch and torchvision to -bin versions for nvidia

This commit is contained in:
atagen 2022-12-04 00:33:14 +11:00
parent ba3e2e7bc9
commit 1a6ff3b2fb

View File

@ -177,9 +177,8 @@
};
overlay_nvidia = nixpkgs: pythonPackages:
{
torch = pythonPackages.torch.override {
cudaSupport = true;
};
torch = pythonPackages.torch-bin;
torchvision = pythonPackages.torchvision-bin;
};
in
{