Skip to content

Commit c77ceaa

Browse files
Isotr0pypy-andy-c
authored andcommitted
[CI/Build] Add Transformers nightly tests in CI (vllm-project#20924)
Signed-off-by: Isotr0py <2037008807@qq.com>
1 parent c368e75 commit c77ceaa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,18 @@ steps:
630630
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
631631
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
632632

633+
- label: Transformers Nightly Models Test
634+
working_dir: "/vllm-workspace/"
635+
optional: true
636+
commands:
637+
- pip install --upgrade git+https://github.com/huggingface/transformers
638+
- pytest -v -s models/test_initialization.py
639+
- pytest -v -s tests/models/multimodal/processing/
640+
- pytest -v -s tests/models/multimodal/test_mapping.py
641+
- python3 examples/offline_inference/basic/chat.py
642+
- python3 examples/offline_inference/audio_language.py --model-type whisper
643+
- python3 examples/offline_inference/vision_language.py --model-type qwen2_5_vl
644+
633645
##### 1 GPU test #####
634646
##### multi gpus test #####
635647

0 commit comments

Comments
 (0)