about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pytorch/binary-hashes.nix
blob: d6fbde19f0f31ec308e71cb3c01f8d69a7bdbd97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: {
  x86_64-linux-37 = {
    name = "torch-${version}-cp37-cp37m-linux_x86_64.whl";
    url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp37-cp37m-linux_x86_64.whl";
    hash = "sha256-GOTC4HpSxd+3V4LNPy3Ig1+IAhm3U+6s/gOkKxD4AJE=";
  };
  x86_64-linux-38 = {
    name = "torch-${version}-cp38-cp38-linux_x86_64.whl";
    url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp38-cp38-linux_x86_64.whl";
    hash = "sha256-29KiXQJWCRRn92+ZddBq3Q+zYIKavUxB5HL3HafO0gc=";
  };
  x86_64-linux-39 = {
    name = "torch-${version}-cp39-cp39-linux_x86_64.whl";
    url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp39-cp39-linux_x86_64.whl";
    hash = "sha256-VCLRkELiF8KqlAMLFrP+TaW+m6jupG5+WdQKEQlVli0=";
  };
}