python3Packages.torchvision-bin: init at 0.9.1

This derivation can be used in conjunction with pytorch-bin to avoid
the long build time of PyTorch/TorchVision CUDA builds.
This commit is contained in:
Daniël de Kok
2021-05-16 14:50:39 -07:00
committed by Jonathan Ringer
parent 2b467919c1
commit abd6f00001
3 changed files with 83 additions and 0 deletions
+2
View File
@@ -8225,6 +8225,8 @@ in {
torchvision = callPackage ../development/python-modules/torchvision { };
torchvision-bin = callPackage ../development/python-modules/torchvision/bin.nix { };
tornado = callPackage ../development/python-modules/tornado { };
# Used by circus and grab-site, 2020-08-29