From d3d9cb6e4b8185b4e56e1dda92c6fc31cdc05de1 Mon Sep 17 00:00:00 2001 From: youkaichao Date: Wed, 14 Aug 2024 01:01:43 -0700 Subject: [PATCH] [ci] fix model tests (#7507) --- .buildkite/test-pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 46e259116691..71afb1aa5288 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -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]