@@ -2,15 +2,59 @@ group: Models - Multimodal
22depends_on :
33 - image-build
44steps :
5- - label : Multi-Modal Models (Standard) # 60min
6- timeout_in_minutes : 80
5+ - label : " Multi-Modal Models (Standard) 1: qwen2 "
6+ timeout_in_minutes : 45
77 source_file_dependencies :
88 - vllm/
99 - tests/models/multimodal
1010 commands :
1111 - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
12- - pip freeze | grep -E 'torch'
13- - pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
12+ - pytest -v -s models/multimodal/generation/test_common.py -m core_model -k "qwen2"
13+ - pytest -v -s models/multimodal/generation/test_ultravox.py -m core_model
14+ mirror :
15+ amd :
16+ device : mi325_1
17+ depends_on :
18+ - image-build-amd
19+
20+ - label : " Multi-Modal Models (Standard) 2: qwen3 + gemma"
21+ timeout_in_minutes : 45
22+ source_file_dependencies :
23+ - vllm/
24+ - tests/models/multimodal
25+ commands :
26+ - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
27+ - pytest -v -s models/multimodal/generation/test_common.py -m core_model -k "qwen3 or gemma"
28+ - pytest -v -s models/multimodal/generation/test_qwen2_5_vl.py -m core_model
29+ mirror :
30+ amd :
31+ device : mi325_1
32+ depends_on :
33+ - image-build-amd
34+
35+ - label : " Multi-Modal Models (Standard) 3: llava + qwen2_vl"
36+ timeout_in_minutes : 45
37+ source_file_dependencies :
38+ - vllm/
39+ - tests/models/multimodal
40+ commands :
41+ - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
42+ - pytest -v -s models/multimodal/generation/test_common.py -m core_model -k "not qwen2 and not qwen3 and not gemma"
43+ - pytest -v -s models/multimodal/generation/test_qwen2_vl.py -m core_model
44+ mirror :
45+ amd :
46+ device : mi325_1
47+ depends_on :
48+ - image-build-amd
49+
50+ - label : " Multi-Modal Models (Standard) 4: other + whisper"
51+ timeout_in_minutes : 45
52+ source_file_dependencies :
53+ - vllm/
54+ - tests/models/multimodal
55+ commands :
56+ - pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
57+ - pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_common.py --ignore models/multimodal/generation/test_ultravox.py --ignore models/multimodal/generation/test_qwen2_5_vl.py --ignore models/multimodal/generation/test_qwen2_vl.py --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
1458 - 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
1559 mirror :
1660 amd :
0 commit comments