File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,18 @@ steps:
630
630
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
631
631
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
632
632
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
+
633
645
# #### 1 GPU test #####
634
646
# #### multi gpus test #####
635
647
You can’t perform that action at this time.
0 commit comments