We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ba400 commit 1300ec4Copy full SHA for 1300ec4
1 file changed
versions.nix
@@ -32,6 +32,14 @@
32
systems = [ "x86_64-linux" ];
33
upstreamVariant = true;
34
}
35
+ {
36
+ torchVersion = "2.7";
37
+ rocmVersion = "6.4.2";
38
+ cxx11Abi = true;
39
+ systems = [ "x86_64-linux" ];
40
+ upstreamVariant = false;
41
+ }
42
+
43
{
44
torchVersion = "2.7";
45
cxx11Abi = true;
@@ -77,7 +85,7 @@
77
85
78
86
79
87
torchVersion = "2.8";
80
- rocmVersion = "6.4.1";
88
81
89
82
90
83
91
0 commit comments