lol
1version: builtins.getAttr version {
2 "2.3.0" = {
3 aarch64-darwin-cpu = {
4 name = "libtorch-macos-arm64-2.3.0.zip";
5 url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.3.0.zip";
6 hash = "sha256-l4qY1jbsECN5qm7dWJ2jSvKuQwQ/HI6G6Vq1Kh2rxkM=";
7 };
8 x86_64-linux-cpu = {
9 name = "libtorch-cxx11-abi-shared-with-deps-2.3.0-cpu.zip";
10 url = "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcpu.zip";
11 hash = "sha256-dKAk6UusK2eQIcP0oMXh9cnufMpy5Ph4SGPkIPPV6ds=";
12 };
13 x86_64-linux-cuda = {
14 name = "libtorch-cxx11-abi-shared-with-deps-2.3.0-cu121.zip";
15 url = "https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.3.0%2Bcu121.zip";
16 hash = "sha256-6B+NF6q78I2WKFudn8bK+eNYDi1zQ7mdgv06fZbm2rE=";
17 };
18 };
19}