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
d63cd9ff
Unverified
Commit
d63cd9ff
authored
Oct 26, 2025
by
Isotr0py
Committed by
GitHub
Oct 26, 2025
Browse files
[CI/Build] Use CPU for mm processing test on CI (#27522)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
66a168a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-2
No files found.
.buildkite/test-pipeline.yaml
View file @
d63cd9ff
...
@@ -733,14 +733,16 @@ steps:
...
@@ -733,14 +733,16 @@ steps:
commands
:
commands
:
-
pytest -v -s models/language/pooling_mteb_test
-
pytest -v -s models/language/pooling_mteb_test
-
label
:
Multi-Modal Processor
Test
# 44min
-
label
:
Multi-Modal Processor
and Models Test (CPU)
# 44min
timeout_in_minutes
:
60
timeout_in_minutes
:
60
no_gpu
:
true
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
-
tests/models/multimodal
-
tests/models/multimodal
commands
:
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/processing
-
pytest -v -s models/multimodal/processing
-
pytest -v -s models/multimodal/test_mapping.py
-
label
:
Multi-Modal Models Test (Standard)
# 60min
-
label
:
Multi-Modal Models Test (Standard)
# 60min
timeout_in_minutes
:
80
timeout_in_minutes
:
80
...
@@ -752,7 +754,7 @@ steps:
...
@@ -752,7 +754,7 @@ steps:
commands
:
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pip freeze | grep -E 'torch'
-
pip freeze | grep -E 'torch'
-
pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
-
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
-
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
-
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
-
label
:
Multi-Modal Accuracy Eval (Small Models)
# 50min
-
label
:
Multi-Modal Accuracy Eval (Small Models)
# 50min
...
...
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