We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed93b9 commit 0fae693Copy full SHA for 0fae693
.github/workflows/float8_test.yml
@@ -28,6 +28,11 @@ jobs:
28
torch-spec: '--pre torch==2.7.0.dev20250122 --index-url https://download.pytorch.org/whl/nightly/cu124'
29
gpu-arch-type: "cuda"
30
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"
36
37
permissions:
38
id-token: write
0 commit comments