[CI/Build] Disable LLaVA-NeXT CPU test (#5529)

This commit is contained in:
Cyrus Leung 2024-06-15 00:27:30 +08:00 committed by GitHub
parent 319ad7f1d3
commit d47af2bc02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,5 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
# Run basic model test
docker exec cpu-test bash -c "cd tests;
pip install pytest Pillow protobuf
bash ../.buildkite/download-images.sh
cd ../
pytest -v -s tests/models --ignore=tests/models/test_llava.py --ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"
pytest -v -s tests/models -m \"not llava\" --ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"