Unverified Commit d3d9cb6e authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci] fix model tests (#7507)

parent c134a464
...@@ -159,7 +159,8 @@ steps: ...@@ -159,7 +159,8 @@ steps:
- tests/models - tests/models
commands: commands:
- pip install -e ./plugins/vllm_add_dummy_model - 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 - label: Vision Language Models Test # 42min
mirror_hardwares: [amd] mirror_hardwares: [amd]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment