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
aecc780d
Unverified
Commit
aecc780d
authored
Mar 16, 2025
by
Robert Shaw
Committed by
GitHub
Mar 16, 2025
Browse files
[V1] Enable Entrypoints Tests (#14903)
parent
90df7f23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+1
-0
tests/v1/entrypoints/llm/test_struct_output_generate.py
tests/v1/entrypoints/llm/test_struct_output_generate.py
+3
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
aecc780d
...
@@ -198,6 +198,7 @@ steps:
...
@@ -198,6 +198,7 @@ steps:
commands
:
commands
:
# split the test to avoid interference
# split the test to avoid interference
-
pytest -v -s v1/core
-
pytest -v -s v1/core
-
pytest -v -s v1/entrypoints
-
pytest -v -s v1/engine
-
pytest -v -s v1/engine
-
pytest -v -s v1/sample
-
pytest -v -s v1/sample
-
pytest -v -s v1/worker
-
pytest -v -s v1/worker
...
...
tests/v1/entrypoints/llm/test_struct_output_generate.py
View file @
aecc780d
...
@@ -18,6 +18,9 @@ MODELS_TO_TEST = [
...
@@ -18,6 +18,9 @@ MODELS_TO_TEST = [
"Qwen/Qwen2.5-1.5B-Instruct"
,
"mistralai/Ministral-8B-Instruct-2410"
"Qwen/Qwen2.5-1.5B-Instruct"
,
"mistralai/Ministral-8B-Instruct-2410"
]
]
# Undo after https://github.com/vllm-project/vllm/pull/14868
pytest
.
skip
(
allow_module_level
=
True
)
@
pytest
.
mark
.
skip_global_cleanup
@
pytest
.
mark
.
skip_global_cleanup
@
pytest
.
mark
.
parametrize
(
"guided_decoding_backend"
,
@
pytest
.
mark
.
parametrize
(
"guided_decoding_backend"
,
...
...
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