nixpkgs/pkgs/development/libraries/science/math/libtorch/binary-hashes.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
851 B
Nix
Raw Normal View History

2024-05-01 20:19:15 +03:00
version:
builtins.getAttr version {
2024-10-23 03:09:07 +09:00
"2.5.0" = {
aarch64-darwin-cpu = {
name = "libtorch-macos-arm64-2.5.0.zip";
url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.5.0.zip";
hash = "sha256-4d9YKUuvAESBeG/WCUsQfEHwdB2z34grnlwWslj4970=";
2021-11-10 00:24:51 +00:00
};
x86_64-linux-cpu = {
2024-10-23 03:09:07 +09:00
name = "libtorch-cxx11-abi-shared-with-deps-2.5.0-cpu.zip";
url = "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcpu.zip";
hash = "sha256-gUzPhc4Z8rTPhIm89pPoLP0Ww17ono+/xgMW46E/Tro=";
2021-11-10 00:24:51 +00:00
};
x86_64-linux-cuda = {
2024-10-23 03:09:07 +09:00
name = "libtorch-cxx11-abi-shared-with-deps-2.5.0-cu124.zip";
url = "https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcu124.zip";
hash = "sha256-UaX47GAwyZ6UmzgY85TeAHmy3u52pBHhiyM5NAz7ens=";
2022-09-12 11:09:09 +03:00
};
};
2020-08-27 18:42:38 +02:00
}