2021-05-20 23:08:51 +00:00
|
|
|
# Warning: use the same CUDA version as pytorch-bin.
|
|
|
|
#
|
|
|
|
# Precompiled wheels can be found at:
|
|
|
|
# https://download.pytorch.org/whl/torch_stable.html
|
|
|
|
|
2021-09-18 10:52:07 +00:00
|
|
|
# To add a new version, run "prefetch.sh 'new-version'" to paste the generated file as follows.
|
|
|
|
|
|
|
|
version : builtins.getAttr version {
|
|
|
|
"0.10.0" = {
|
|
|
|
x86_64-linux-37 = {
|
|
|
|
name = "torchvision-0.10.0-cp37-cp37m-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu111/torchvision-0.10.0%2Bcu111-cp37-cp37m-linux_x86_64.whl";
|
|
|
|
hash = "sha256-yMgRhp06/rYIIiDNehNrZYIrvIbPvusCxGJL0mL+Bs4=";
|
|
|
|
};
|
|
|
|
x86_64-linux-38 = {
|
|
|
|
name = "torchvision-0.10.0-cp38-cp38-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu111/torchvision-0.10.0%2Bcu111-cp38-cp38-linux_x86_64.whl";
|
|
|
|
hash = "sha256-p1bw+4KsdTuXle+AwXYQVL8elPMroAHV9lkXJGWbtPc=";
|
|
|
|
};
|
|
|
|
x86_64-linux-39 = {
|
|
|
|
name = "torchvision-0.10.0-cp39-cp39-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu111/torchvision-0.10.0%2Bcu111-cp39-cp39-linux_x86_64.whl";
|
|
|
|
hash = "sha256-AOfhnHThVdJx5qxj2LTj+T9dPMFxQoxP3duxIm1y7KE=";
|
|
|
|
};
|
2021-05-20 23:08:51 +00:00
|
|
|
};
|
|
|
|
}
|