···1+# Warning: Need to update at the same time 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+8+version : builtins.getAttr version {
9+ "0.10.0" = {
10+ x86_64-linux-37 = {
11+ name = "torchaudio-0.10.0-cp37-cp37m-linux_x86_64.whl";
12+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp37-cp37m-linux_x86_64.whl";
13+ hash = "sha256-FspXTTODdkO0nPUJcJm8+vLIvckUa8gRfBPBT9LcKPw=";
14+ };
15+ x86_64-linux-38 = {
16+ name = "torchaudio-0.10.0-cp38-cp38-linux_x86_64.whl";
17+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp38-cp38-linux_x86_64.whl";
18+ hash = "sha256-Mf7QdXBSIIWRfT7ACthEwFA1V2ieid8legbMnRQnzqI=";
19+ };
20+ x86_64-linux-39 = {
21+ name = "torchaudio-0.10.0-cp39-cp39-linux_x86_64.whl";
22+ url = "https://download.pytorch.org/whl/cu113/torchaudio-0.10.0%2Bcu113-cp39-cp39-linux_x86_64.whl";
23+ hash = "sha256-LMSGNdmku1iHRy1jCRTTOYcQlRL+Oc9jjZC1nx++skA=";
24+ };
25+ };
26+}