Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 1300ec4

Browse files
committed
Add Torch 2.7 with ROCm 6.4 as a non-upstream variant
1 parent 80ba400 commit 1300ec4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

versions.nix

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
systems = [ "x86_64-linux" ];
3333
upstreamVariant = true;
3434
}
35+
{
36+
torchVersion = "2.7";
37+
rocmVersion = "6.4.2";
38+
cxx11Abi = true;
39+
systems = [ "x86_64-linux" ];
40+
upstreamVariant = false;
41+
}
42+
3543
{
3644
torchVersion = "2.7";
3745
cxx11Abi = true;
@@ -77,7 +85,7 @@
7785
}
7886
{
7987
torchVersion = "2.8";
80-
rocmVersion = "6.4.1";
88+
rocmVersion = "6.4.2";
8189
cxx11Abi = true;
8290
systems = [ "x86_64-linux" ];
8391
upstreamVariant = true;

0 commit comments

Comments
 (0)