From 4a6ca9adaa07136a74bcd03879dba1cdd05b3a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Thu, 2 Oct 2025 06:12:54 +0000 Subject: [PATCH] Add non-bundle `torch28-cxx11-rocm64-x86_64-linux` variant --- flake.lock | 6 +++--- versions.nix | 12 +++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 9afa74b9..4e8a118a 100644 --- a/flake.lock +++ b/flake.lock @@ -73,11 +73,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1757675377, - "narHash": "sha256-JQKZOI1ZYO4faJnanuoTXziSmqzXe5rEFSGliWDWqWw=", + "lastModified": 1759385472, + "narHash": "sha256-a1YMZp3Yc1RJfLIObRKBTTbjMKL91IYbzTjG/HNZN+I=", "owner": "huggingface", "repo": "hf-nix", - "rev": "faf3354403a7381958d08e826c15fe30f6986a4f", + "rev": "050dd78a64cb58fb1f9fb29ca498c73107a9a13e", "type": "github" }, "original": { diff --git a/versions.nix b/versions.nix index 18056c5a..fa5fb5de 100644 --- a/versions.nix +++ b/versions.nix @@ -114,8 +114,8 @@ # Non-standard versions; not included in bundle builds. { - torchVersion = "2.7"; - cudaVersion = "12.9"; + torchVersion = "2.8"; + cudaVersion = "12.4"; cxx11Abi = true; systems = [ "x86_64-linux" @@ -124,12 +124,10 @@ } { torchVersion = "2.8"; - cudaVersion = "12.4"; + rocmVersion = "7.0.1"; cxx11Abi = true; - systems = [ - "x86_64-linux" - "aarch64-linux" - ]; + systems = [ "x86_64-linux" ]; + bundleBuild = false; } ]