Skip to content

Commit 2cd19b4

Browse files
committed
try cuda 12.8
1 parent 2b9c215 commit 2cd19b4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"runner": "linux.aws.h100.4",
5757
"python-version": "3.12",
5858
"ref-eager": false,
59-
"image": "nvidia/cuda:13.0.1-devel-ubuntu24.04",
60-
"runtime-version": "cu130",
59+
"image": "nvidia/cuda:12.8.1-devel-ubuntu24.04",
60+
"runtime-version": "cu128",
6161
"container-options": "--gpus all",
6262
"pytorch-version": "pytorch-nightly",
6363
"alias": "h100-distributed"

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
- name: Check out code
5757
uses: actions/checkout@v5
5858

59-
- name: Install NVIDIA driver
60-
if: contains(matrix.alias, 'distributed')
61-
uses: ./.github/actions/setup-nvidia-helion
62-
with:
63-
driver-version: 580.82.07
64-
6559
- name: Run NVIDIA command
6660
if: startsWith(matrix.image, 'nvidia')
6761
run: |

0 commit comments

Comments
 (0)