Skip to content

Commit d47af2b

Browse files
[CI/Build] Disable LLaVA-NeXT CPU test (#5529)
1 parent 319ad7f commit d47af2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/run-cpu-test.sh

+1-2
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)