at 22.05-pre 1.1 kB view raw
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 "1.10.0" = { 10 x86_64-linux-37 = { 11 name = "torch-1.10.0-cp37-cp37m-linux_x86_64.whl"; 12 url = "https://download.pytorch.org/whl/cu113/torch-1.10.0%2Bcu113-cp37-cp37m-linux_x86_64.whl"; 13 hash = "sha256-KpDbklee2HXSqgrWr1U1nj8EJqUjBWp7SbACw8xtKtg="; 14 }; 15 x86_64-linux-38 = { 16 name = "torch-1.10.0-cp38-cp38-linux_x86_64.whl"; 17 url = "https://download.pytorch.org/whl/cu113/torch-1.10.0%2Bcu113-cp38-cp38-linux_x86_64.whl"; 18 hash = "sha256-zM3cMriUG9A+3in/ChzOLytRETpe4ju4uXkxasIRQYM="; 19 }; 20 x86_64-linux-39 = { 21 name = "torch-1.10.0-cp39-cp39-linux_x86_64.whl"; 22 url = "https://download.pytorch.org/whl/cu113/torch-1.10.0%2Bcu113-cp39-cp39-linux_x86_64.whl"; 23 hash = "sha256-w8UJDh4b5cgDu7ZSvDoKzNH4hiXEyRfvpycNOg+wJOg="; 24 }; 25 }; 26}