File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -733,14 +733,16 @@ steps:
733733 commands :
734734 - pytest -v -s models/language/pooling_mteb_test
735735
736- - label : Multi-Modal Processor Test # 44min
736+ - label : Multi-Modal Processor and Models Test (CPU) # 44min
737737 timeout_in_minutes : 60
738+ no_gpu : true
738739 source_file_dependencies :
739740 - vllm/
740741 - tests/models/multimodal
741742 commands :
742743 - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
743744 - pytest -v -s models/multimodal/processing
745+ - pytest -v -s models/multimodal/test_mapping.py
744746
745747- label : Multi-Modal Models Test (Standard) # 60min
746748 timeout_in_minutes : 80
@@ -752,7 +754,7 @@ steps:
752754 commands :
753755 - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
754756 - pip freeze | grep -E 'torch'
755- - pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
757+ - pytest -v -s models/multimodal -m core_model --ignore models/multimodal/test_mapping.py --ignore models/multimodal/ generation/test_whisper.py --ignore models/multimodal/processing
756758 - cd .. && VLLM_WORKER_MULTIPROC_METHOD=spawn pytest -v -s tests/models/multimodal/generation/test_whisper.py -m core_model # Otherwise, mp_method="spawn" doesn't work
757759
758760- label : Multi-Modal Accuracy Eval (Small Models) # 50min
You can’t perform that action at this time.
0 commit comments