[ci] fix model tests (#7507)

This commit is contained in:
youkaichao 2024-08-14 01:01:43 -07:00 committed by GitHub
parent c134a46402
commit d3d9cb6e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,8 @@ steps:
- tests/models
commands:
- pip install -e ./plugins/vllm_add_dummy_model
- pytest -v -s models -m \"not vlm\"
- pytest -v -s models/test_oot_registration.py # it needs a clean process
- pytest -v -s models -m \"not vlm\" --ignore=models/test_oot_registration.py
- label: Vision Language Models Test # 42min
mirror_hardwares: [amd]