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

Commit cb603a5

Browse files
committed
Add non-bundle torch28-cxx11-rocm64-x86_64-linux variant
1 parent 9532ae8 commit cb603a5

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.nix

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114

115115
# Non-standard versions; not included in bundle builds.
116116
{
117-
torchVersion = "2.7";
118-
cudaVersion = "12.9";
117+
torchVersion = "2.8";
118+
cudaVersion = "12.4";
119119
cxx11Abi = true;
120120
systems = [
121121
"x86_64-linux"
@@ -124,12 +124,10 @@
124124
}
125125
{
126126
torchVersion = "2.8";
127-
cudaVersion = "12.4";
127+
rocmVersion = "7.0.1";
128128
cxx11Abi = true;
129-
systems = [
130-
"x86_64-linux"
131-
"aarch64-linux"
132-
];
129+
systems = [ "x86_64-linux" ];
130+
bundleBuild = false;
133131
}
134132

135133
]

0 commit comments

Comments
 (0)