We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9eea4 commit 4ba2fe5Copy full SHA for 4ba2fe5
.github/workflows/benchmark_dispatch.yml
@@ -40,8 +40,8 @@ jobs:
40
with:
41
runner: linux.aws.h100
42
python-version: "3.12"
43
- image: nvidia/cuda:12.9.1-devel-ubuntu24.04
44
- runtime-version: cu129
+ image: nvidia/cuda:12.8.1-devel-ubuntu24.04
+ runtime-version: cu128
45
container-options: --gpus all
46
alias: h100
47
num-shards: ${{ matrix.num_shards }}
@@ -65,8 +65,8 @@ jobs:
65
66
runner: linux.dgx.b200
67
68
69
+ image: nvidia/cuda:13.0.1-devel-ubuntu24.04
+ runtime-version: cu130
70
71
alias: b200
72
0 commit comments