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
6d0cf239
Unverified
Commit
6d0cf239
authored
Jul 15, 2025
by
Isotr0py
Committed by
GitHub
Jul 14, 2025
Browse files
[CI/Build] Add Transformers nightly tests in CI (#20924)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
3fc96443
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+12
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
6d0cf239
...
...
@@ -630,6 +630,18 @@ steps:
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
-
label
:
Transformers Nightly Models Test
working_dir
:
"
/vllm-workspace/"
optional
:
true
commands
:
-
pip install --upgrade git+https://github.com/huggingface/transformers
-
pytest -v -s models/test_initialization.py
-
pytest -v -s tests/models/multimodal/processing/
-
pytest -v -s tests/models/multimodal/test_mapping.py
-
python3 examples/offline_inference/basic/chat.py
-
python3 examples/offline_inference/audio_language.py --model-type whisper
-
python3 examples/offline_inference/vision_language.py --model-type qwen2_5_vl
##### 1 GPU test #####
##### multi gpus test #####
...
...
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