Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / openai-triton / binary-hashes.nix
blobd5f588dc947c7554710b3d8d48494785cc3f47ee
1 # Warning: Need to update at the same time as torch-bin
3 # Precompiled wheels can be found at:
4 # https://download.pytorch.org/whl/torch_stable.html
6 # To add a new version, run "prefetch.sh 'new-version'" to paste the generated file as follows.
8 version : builtins.getAttr version {
9   "2.1.0" = {
10     x86_64-linux-38 = {
11       name = "triton-2.1.0-cp38-cp38-linux_x86_64.whl";
12       url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl";
13       hash = "sha256-Ofb7a9zLPpjzFS4/vqck8a6ufXSUErux+pxEHUdOuiY=";
14     };
15     x86_64-linux-39 = {
16       name = "triton-2.1.0-cp39-cp39-linux_x86_64.whl";
17       url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl";
18       hash = "sha256-IVROUiwCAFpibIrWPTm9/y8x1BBpWSkZ7ygelk7SZEY=";
19     };
20     x86_64-linux-310 = {
21       name = "triton-2.1.0-cp310-cp310-linux_x86_64.whl";
22       url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl";
23       hash = "sha256-ZkOZI6MNXUg5mwip6uEDcPbCYaXshkpkmDuuYxUtOdc=";
24     };
25     x86_64-linux-311 = {
26       name = "triton-2.1.0-cp311-cp311-linux_x86_64.whl";
27       url = "https://download.pytorch.org/whl/triton-2.1.0-0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl";
28       hash = "sha256-kZsGRT8AM+pSwT6veDPeDlfbMXjSPU4E+fxxxPLDK/g=";
29     };
30   };