Skip to content

Commit 73e8731

Browse files
DarkLight1337jimpang
authored andcommitted
[CI/Build] Disable LLaVA-NeXT CPU test (vllm-project#5529)
1 parent 15b23ca commit 73e8731

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.buildkite/run-cpu-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
1919
# Run basic model test
2020
docker exec cpu-test bash -c "cd tests;
2121
pip install pytest Pillow protobuf
22-
bash ../.buildkite/download-images.sh
2322
cd ../
24-
pytest -v -s tests/models --ignore=tests/models/test_llava.py --ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"
23+
pytest -v -s tests/models -m \"not llava\" --ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"

0 commit comments

Comments
 (0)