mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 07:15:01 +08:00
[ci] fix model tests (#7507)
This commit is contained in:
parent
c134a46402
commit
d3d9cb6e4b
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user