Skip to content

Commit 3660a0e

Browse files
committed
Upgrade to cuda 13
1 parent 681aa7c commit 3660a0e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/matrix.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"runner": "linux.g5.4xlarge.nvidia.gpu",
55
"python-version": "3.10",
66
"ref-eager": false,
7-
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
8-
"runtime-version": "cu128",
7+
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
8+
"runtime-version": "cu130",
99
"container-options": "--gpus all",
1010
"alias": "a10g"
1111
},
1212
{
1313
"runner": "linux.g5.4xlarge.nvidia.gpu",
1414
"python-version": "3.12",
1515
"ref-eager": false,
16-
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
17-
"runtime-version": "cu128",
16+
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
17+
"runtime-version": "cu130",
1818
"container-options": "--gpus all",
1919
"alias": "a10g-dtype-asserts",
2020
"dtype-asserts": true,
@@ -24,26 +24,26 @@
2424
"runner": "linux.g5.4xlarge.nvidia.gpu",
2525
"python-version": "3.12",
2626
"ref-eager": false,
27-
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
28-
"runtime-version": "cu128",
27+
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
28+
"runtime-version": "cu130",
2929
"container-options": "--gpus all",
3030
"alias": "a10g"
3131
},
3232
{
3333
"runner": "linux.g5.4xlarge.nvidia.gpu",
3434
"python-version": "3.12",
3535
"ref-eager": true,
36-
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
37-
"runtime-version": "cu128",
36+
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
37+
"runtime-version": "cu130",
3838
"container-options": "--gpus all",
3939
"alias": "a10g-ref-eager"
4040
},
4141
{
4242
"runner": "linux.aws.h100",
4343
"python-version": "3.12",
4444
"ref-eager": false,
45-
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
46-
"runtime-version": "cu128",
45+
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
46+
"runtime-version": "cu130",
4747
"container-options": "--gpus all",
4848
"alias": "h100"
4949
},

0 commit comments

Comments
 (0)