1version:
2builtins.getAttr version {
3 "2.5.0" = {
4 aarch64-darwin-cpu = {
5 name = "libtorch-macos-arm64-2.5.0.zip";
6 url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.5.0.zip";
7 hash = "sha256-4d9YKUuvAESBeG/WCUsQfEHwdB2z34grnlwWslj4970=";
8 };
9 x86_64-linux-cpu = {
10 name = "libtorch-cxx11-abi-shared-with-deps-2.5.0-cpu.zip";
11 url = "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcpu.zip";
12 hash = "sha256-gUzPhc4Z8rTPhIm89pPoLP0Ww17ono+/xgMW46E/Tro=";
13 };
14 x86_64-linux-cuda = {
15 name = "libtorch-cxx11-abi-shared-with-deps-2.5.0-cu124.zip";
16 url = "https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.0%2Bcu124.zip";
17 hash = "sha256-UaX47GAwyZ6UmzgY85TeAHmy3u52pBHhiyM5NAz7ens=";
18 };
19 };
20}