We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c134a46 commit d3d9cb6Copy full SHA for d3d9cb6
.buildkite/test-pipeline.yaml
@@ -159,7 +159,8 @@ steps:
159
- tests/models
160
commands:
161
- pip install -e ./plugins/vllm_add_dummy_model
162
- - pytest -v -s models -m \"not vlm\"
+ - pytest -v -s models/test_oot_registration.py # it needs a clean process
163
+ - pytest -v -s models -m \"not vlm\" --ignore=models/test_oot_registration.py
164
165
- label: Vision Language Models Test # 42min
166
mirror_hardwares: [amd]
0 commit comments