1# Warning: use the same CUDA version as pytorch-bin.
2#
3# Precompiled wheels can be found at:
4# https://download.pytorch.org/whl/torch_stable.html
5
6# To add a new version, run "prefetch.sh 'new-version'" to paste the generated file as follows.
7
8version : builtins.getAttr version {
9 "0.11.1" = {
10 x86_64-linux-37 = {
11 name = "torchvision-0.11.1-cp37-cp37m-linux_x86_64.whl";
12 url = "https://download.pytorch.org/whl/cu113/torchvision-0.11.1%2Bcu113-cp37-cp37m-linux_x86_64.whl";
13 hash = "sha256-2xKWqWNKqmOMyVJnPfbtF+B9PQ7z4S66J1T3P8EvM0I=";
14 };
15 x86_64-linux-38 = {
16 name = "torchvision-0.11.1-cp38-cp38-linux_x86_64.whl";
17 url = "https://download.pytorch.org/whl/cu113/torchvision-0.11.1%2Bcu113-cp38-cp38-linux_x86_64.whl";
18 hash = "sha256-bFxvJaNEomytXXANHng+oU8YSLGkuO/TSzkoDskkaIE=";
19 };
20 x86_64-linux-39 = {
21 name = "torchvision-0.11.1-cp39-cp39-linux_x86_64.whl";
22 url = "https://download.pytorch.org/whl/cu113/torchvision-0.11.1%2Bcu113-cp39-cp39-linux_x86_64.whl";
23 hash = "sha256-ysN3LmSKR+FVKYGnCGQJqa8lVApVT5rPMO+NHmmazAc=";
24 };
25 };
26}