1# Warning: use the same CUDA version as torch-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 "1.12.1" = {
10 x86_64-linux-37 = {
11 name = "torch-1.12.1-cp37-cp37m-linux_x86_64.whl";
12 url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp37-cp37m-linux_x86_64.whl";
13 hash = "sha256-/JtHhuxUvmfqqLDHyZmeL0riuJocGOQd4VFaGQRAxpE=";
14 };
15 x86_64-linux-38 = {
16 name = "torch-1.12.1-cp38-cp38-linux_x86_64.whl";
17 url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp38-cp38-linux_x86_64.whl";
18 hash = "sha256-3aMSkBIgiVCHzIPTZlRko9wXHQRGDGHDGvRj77+1SJY=";
19 };
20 x86_64-linux-39 = {
21 name = "torch-1.12.1-cp39-cp39-linux_x86_64.whl";
22 url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp39-cp39-linux_x86_64.whl";
23 hash = "sha256-dyVCDavr/K9EmE7c4yg+6pH5jw99WHS8aMehZL2BJuM=";
24 };
25 x86_64-linux-310 = {
26 name = "torch-1.12.1-cp310-cp310-linux_x86_64.whl";
27 url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp310-cp310-linux_x86_64.whl";
28 hash = "sha256-trwxJEqigYkp+7MMSDwiHfRx6dhW6AXFof9ysTGunns=";
29 };
30 x86_64-darwin-37 = {
31 name = "torch-1.12.1-cp37-none-macosx_10_9_x86_64.whl";
32 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp37-none-macosx_10_9_x86_64.whl";
33 hash = "sha256-ijSi+7qgfJIeGyA/WdPW4A7TefKzhERXc70U4yiltsg=";
34 };
35 x86_64-darwin-38 = {
36 name = "torch-1.12.1-cp38-none-macosx_10_9_x86_64.whl";
37 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp38-none-macosx_10_9_x86_64.whl";
38 hash = "sha256-qDILqa2H6AylpqAW5GraTRugxUYm4TXZmyEppFQcUJ0=";
39 };
40 x86_64-darwin-39 = {
41 name = "torch-1.12.1-cp39-none-macosx_10_9_x86_64.whl";
42 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp39-none-macosx_10_9_x86_64.whl";
43 hash = "sha256-v+woQ9qmVPBP2iO6gjrwPntvdlCoc823JnUtDjcY2to=";
44 };
45 x86_64-darwin-310 = {
46 name = "torch-1.12.1-cp310-none-macosx_10_9_x86_64.whl";
47 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp310-none-macosx_10_9_x86_64.whl";
48 hash = "sha256-l2w/mXzqOO6RoN08OkIyJ4VBR0jRdh75JreJ36l8YTQ=";
49 };
50 aarch64-darwin-38 = {
51 name = "torch-1.12.1-cp38-none-macosx_11_0_arm64.whl";
52 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp38-none-macosx_11_0_arm64.whl";
53 hash = "sha256-A+McN3Edss0gHgLeWCbeh1Up5FpVYx0xeq3OLx7UWqg=";
54 };
55 aarch64-darwin-39 = {
56 name = "torch-1.12.1-cp39-none-macosx_11_0_arm64.whl";
57 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp39-none-macosx_11_0_arm64.whl";
58 hash = "sha256-af4srnw5zK3WWhI3k9MODbiB8cGSeUVRnFwXMjExQ34=";
59 };
60 aarch64-darwin-310 = {
61 name = "torch-1.12.1-cp310-none-macosx_11_0_arm64.whl";
62 url = "https://download.pytorch.org/whl/cpu/torch-1.12.1-cp310-none-macosx_11_0_arm64.whl";
63 hash = "sha256-aBBORxWlXEuymoXGqNV9gg4HV9o2O+G6aA+ozFvhe1I=";
64 };
65 };
66}