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: 9builtins.getAttr version { 10 "2.1.0" = { 11 x86_64-linux-38 = { 12 name = "triton-2.1.0-cp38-cp38-linux_x86_64.whl"; 13 url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 14 hash = "sha256-Ofb7a9zLPpjzFS4/vqck8a6ufXSUErux+pxEHUdOuiY="; 15 }; 16 x86_64-linux-39 = { 17 name = "triton-2.1.0-cp39-cp39-linux_x86_64.whl"; 18 url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 19 hash = "sha256-IVROUiwCAFpibIrWPTm9/y8x1BBpWSkZ7ygelk7SZEY="; 20 }; 21 x86_64-linux-310 = { 22 name = "triton-2.1.0-cp310-cp310-linux_x86_64.whl"; 23 url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 24 hash = "sha256-ZkOZI6MNXUg5mwip6uEDcPbCYaXshkpkmDuuYxUtOdc="; 25 }; 26 x86_64-linux-311 = { 27 name = "triton-2.1.0-cp311-cp311-linux_x86_64.whl"; 28 url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"; 29 hash = "sha256-kZsGRT8AM+pSwT6veDPeDlfbMXjSPU4E+fxxxPLDK/g="; 30 }; 31 }; 32}