Skip to content

Commit 0fae693

Browse files
authored
Add H100 to Float8 CI for testing (#1575)
1 parent 4ed93b9 commit 0fae693

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/float8_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
torch-spec: '--pre torch==2.7.0.dev20250122 --index-url https://download.pytorch.org/whl/nightly/cu124'
2929
gpu-arch-type: "cuda"
3030
gpu-arch-version: "12.4"
31+
- name: H100
32+
runs-on: linux.aws.h100
33+
torch-spec: '--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124'
34+
gpu-arch-type: "cuda"
35+
gpu-arch-version: "12.4"
3136

3237
permissions:
3338
id-token: write

0 commit comments

Comments
 (0)