Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d40c8540
Unverified
Commit
d40c8540
authored
Nov 29, 2025
by
Isotr0py
Committed by
GitHub
Nov 28, 2025
Browse files
[CI/Build] Rework CPU multimodal processor test (#29684)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
43329556
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+12
-2
No files found.
.buildkite/test-pipeline.yaml
View file @
d40c8540
...
...
@@ -820,14 +820,24 @@ steps:
commands
:
-
pytest -v -s models/language/pooling_mteb_test
-
label
:
Multi-Modal Processor Test
# 44min
-
label
:
Multi-Modal Processor Test (CPU)
timeout_in_minutes
:
60
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
no_gpu
:
true
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/processing --ignore models/multimodal/processing/test_tensor_schema.py
-
label
:
Multi-Modal Processor Test
timeout_in_minutes
:
60
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/processing
-
pytest -v -s models/multimodal/processing
/test_tensor_schema.py
-
label
:
Multi-Modal Models Test (Standard)
# 60min
timeout_in_minutes
:
80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment