Skip to content

Commit 68efea3

Browse files
committed
Checking H100
1 parent 46a7b0c commit 68efea3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/float8_test.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- name: SM-89
27-
runs-on: linux.g6.4xlarge.experimental.nvidia.gpu
28-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
29-
gpu-arch-type: "cuda"
30-
gpu-arch-version: "12.1"
26+
# - name: SM-89
27+
# runs-on: linux.g6.4xlarge.experimental.nvidia.gpu
28+
# torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
29+
# gpu-arch-type: "cuda"
30+
# gpu-arch-version: "12.1"
3131
- name: H100
3232
runs-on: linux.aws.h100
3333
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
3434
gpu-arch-type: "cuda"
35-
gpu-arch-version: "12.1"
35+
gpu-arch-version: "12.4"
3636

3737
permissions:
3838
id-token: write
@@ -52,4 +52,5 @@ jobs:
5252
pip install ${{ matrix.torch-spec }}
5353
pip install -r dev-requirements.txt
5454
pip install .
55-
pytest test/float8 --verbose -s
55+
python -c "import torch; major, minor = torch.cuda.get_device_capability(); print(f'CUDA Arch Version: {major}.{minor}')"
56+
# pytest test/float8 --verbose -s

0 commit comments

Comments
 (0)