We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319ad7f commit d47af2bCopy full SHA for d47af2b
.buildkite/run-cpu-test.sh
@@ -19,6 +19,5 @@ docker exec cpu-test bash -c "python3 examples/offline_inference.py"
19
# Run basic model test
20
docker exec cpu-test bash -c "cd tests;
21
pip install pytest Pillow protobuf
22
- bash ../.buildkite/download-images.sh
23
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"
+ pytest -v -s tests/models -m \"not llava\" --ignore=tests/models/test_embedding.py --ignore=tests/models/test_registry.py"
0 commit comments