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
08777500
Unverified
Commit
08777500
authored
May 26, 2025
by
Isotr0py
Committed by
GitHub
May 26, 2025
Browse files
[CI/Build] Split pooling and generation extended language models tests in CI (#18705)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
6d68030f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+12
-3
No files found.
.buildkite/test-pipeline.yaml
View file @
08777500
...
...
@@ -486,16 +486,25 @@ steps:
-
pip freeze | grep -E 'torch'
-
pytest -v -s models/language -m core_model
-
label
:
Language Models Test (Extended
)
-
label
:
Language Models Test (Extended
Generation)
# 1hr20min
mirror_hardwares
:
[
amdexperimental
]
optional
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/language
-
tests/models/language
/generation
commands
:
# Install causal-conv1d for plamo2 models here, as it is not compatible with pip-compile.
-
pip install 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.0.post8'
-
pytest -v -s models/language -m 'not core_model'
-
pytest -v -s models/language/generation -m 'not core_model'
-
label
:
Language Models Test (Extended Pooling)
# 36min
mirror_hardwares
:
[
amdexperimental
]
optional
:
true
source_file_dependencies
:
-
vllm/
-
tests/models/language/pooling
commands
:
-
pytest -v -s models/language/pooling -m 'not core_model'
-
label
:
Multi-Modal Models Test (Standard)
mirror_hardwares
:
[
amdexperimental
]
...
...
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