Skip to content

Commit 63a6069

Browse files
run test_everything.sh in float8 test CI using linux.aws.h100.4
1 parent c57226b commit 63a6069

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/float8_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
gpu-arch-type: "cuda"
3030
gpu-arch-version: "12.6"
3131
- name: H100
32-
runs-on: linux.aws.h100
32+
runs-on: linux.aws.h100.4
3333
torch-spec: '--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126'
3434
gpu-arch-type: "cuda"
3535
gpu-arch-version: "12.4"
@@ -53,6 +53,4 @@ jobs:
5353
uv pip install -r dev-requirements.txt
5454
uv pip install vllm
5555
pip install .
56-
pytest test/float8 --verbose -s
57-
pytest test/integration --verbose -s
58-
pytest test/dtypes/test_affine_quantized_float.py --verbose -s
56+
./test/float8/test_everything.sh

0 commit comments

Comments
 (0)