nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at haskell-updates 20 lines 811 B view raw
1version: 2builtins.getAttr version { 3 "2.9.0" = { 4 aarch64-darwin-cpu = { 5 name = "libtorch-macos-arm64-2.9.0.zip"; 6 url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.9.0.zip"; 7 hash = "sha256-inwzvGPPKK6KVBoMijpXVKV+V3QcmQbBhYdFlZbZ/ho="; 8 }; 9 x86_64-linux-cpu = { 10 name = "libtorch-shared-with-deps-2.9.0-cpu.zip"; 11 url = "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.9.0%2Bcpu.zip"; 12 hash = "sha256-GrfTahXLCOeMQD07+yEU4K6WCbmQMjv0GXc+EMS95e0="; 13 }; 14 x86_64-linux-cuda = { 15 name = "libtorch-shared-with-deps-2.9.0-cu130.zip"; 16 url = "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.9.0%2Bcu130.zip"; 17 hash = "sha256-u8l7JIy2rdk6nxv6UxNmFcfOVcpjvZnIEr5CczVNRDQ="; 18 }; 19 }; 20}