Skip to content

Commit e3504cc

Browse files
committed
Use CPU machine for triton-cpu
1 parent 0d01365 commit e3504cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"alias": "mi325x"
7474
},
7575
{
76-
"runner": "linux.g5.4xlarge.nvidia.gpu",
76+
"runner": "linux.24xl.spr-metal",
7777
"python-version": "3.12",
7878
"ref-eager": false,
7979
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
8080
"runtime-version": "cpu",
81-
"container-options": "--gpus all",
81+
"container-options": "--ipc=host",
8282
"pytorch-version": "pytorch-nightly",
8383
"alias": "cpu"
8484
}

0 commit comments

Comments
 (0)