Skip to content

Commit 758f744

Browse files
[CI] fix 4xH100 tests by not installing vllm (#2780)
[CI] fix 4xH100 tests - This PR removes pip installing vllm from 4xH100 CI tests. - vllm python package is only used in integration tests on 1xH100 and 1xL4 tests anyway, and should have been removed when we refactored the tests to split out 1xH100 and 4xH100
1 parent b40fd97 commit 758f744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/4xH100_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
pip install uv
4545
pip install ${{ matrix.torch-spec }}
4646
uv pip install -r dev-requirements.txt
47-
uv pip install vllm
4847
pip install .
4948
./test/float8/test_everything_multi_gpu.sh
5049
./test/prototype/mx_formats/test_mx_dtensor.sh

0 commit comments

Comments
 (0)