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

Commit 4b3f237

Browse files
authored
Hotfix CUDA devshell by switching back to source build (#268)
1 parent bfd1451 commit 4b3f237

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

versions.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"x86_64-linux"
1515
];
1616
bundleBuild = true;
17+
sourceBuild = true;
1718
}
1819
{
1920
torchVersion = "2.8";
@@ -23,6 +24,7 @@
2324
"x86_64-linux"
2425
];
2526
bundleBuild = true;
27+
sourceBuild = true;
2628
}
2729
{
2830
torchVersion = "2.8";
@@ -33,6 +35,7 @@
3335
"aarch64-linux"
3436
];
3537
bundleBuild = true;
38+
sourceBuild = true;
3639
}
3740
{
3841
torchVersion = "2.8";
@@ -71,6 +74,7 @@
7174
"aarch64-linux"
7275
];
7376
bundleBuild = true;
77+
sourceBuild = true;
7478
}
7579
{
7680
torchVersion = "2.9";
@@ -81,6 +85,7 @@
8185
"aarch64-linux"
8286
];
8387
bundleBuild = true;
88+
sourceBuild = true;
8489
}
8590
{
8691
torchVersion = "2.9";
@@ -91,6 +96,7 @@
9196
"aarch64-linux"
9297
];
9398
bundleBuild = true;
99+
sourceBuild = true;
94100
}
95101
{
96102
torchVersion = "2.9";

0 commit comments

Comments
 (0)