Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# Warning: Need to update at the same time 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 "2.0.0" = { 10 x86_64-linux-38 = { 11 name = "triton-2.0.0-1-cp38-cp38-linux_x86_64.whl"; 12 url = "https://download.pytorch.org/whl/triton-2.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 13 hash = "sha256-nUl4KYt0/PWadf5x5TXAkrAjCIkzsvHfkz7DJhXkvu8="; 14 }; 15 x86_64-linux-39 = { 16 name = "triton-2.0.0-1-cp39-cp39-linux_x86_64.whl"; 17 url = "https://download.pytorch.org/whl/triton-2.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 18 hash = "sha256-dPEYwStDf7LKJeGgR1kXO1F1gvz0x74RkTMWx2QhNlY="; 19 }; 20 x86_64-linux-310 = { 21 name = "triton-2.0.0-1-cp310-cp310-linux_x86_64.whl"; 22 url = "https://download.pytorch.org/whl/triton-2.0.0-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 23 hash = "sha256-OIBu6WY/Sw981keQ6WxXk3QInlj0mqxKZggSGqVeJQU="; 24 }; 25 x86_64-linux-311 = { 26 name = "triton-2.0.0-1-cp311-cp311-linux_x86_64.whl"; 27 url = "https://download.pytorch.org/whl/triton-2.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 28 hash = "sha256-ImlBx7hZUhnd71mh/bgh6MdEKJoTJBXd1YT6zt60dbE="; 29 }; 30 }; 31}