Skip to content

Commit 4ba2fe5

Browse files
authored
Match cuda versions for benchmark (#828)
1 parent 9c9eea4 commit 4ba2fe5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/benchmark_dispatch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
with:
4141
runner: linux.aws.h100
4242
python-version: "3.12"
43-
image: nvidia/cuda:12.9.1-devel-ubuntu24.04
44-
runtime-version: cu129
43+
image: nvidia/cuda:12.8.1-devel-ubuntu24.04
44+
runtime-version: cu128
4545
container-options: --gpus all
4646
alias: h100
4747
num-shards: ${{ matrix.num_shards }}
@@ -65,8 +65,8 @@ jobs:
6565
with:
6666
runner: linux.dgx.b200
6767
python-version: "3.12"
68-
image: nvidia/cuda:12.9.1-devel-ubuntu24.04
69-
runtime-version: cu129
68+
image: nvidia/cuda:13.0.1-devel-ubuntu24.04
69+
runtime-version: cu130
7070
container-options: --gpus all
7171
alias: b200
7272
num-shards: ${{ matrix.num_shards }}

0 commit comments

Comments
 (0)