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
b121ca22
Unverified
Commit
b121ca22
authored
Sep 06, 2025
by
Roger Wang
Committed by
GitHub
Sep 06, 2025
Browse files
[CI] Disable flaky structured output test from CI (#24366)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
eddaafc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tests/v1/entrypoints/llm/test_struct_output_generate.py
tests/v1/entrypoints/llm/test_struct_output_generate.py
+3
-2
No files found.
tests/v1/entrypoints/llm/test_struct_output_generate.py
View file @
b121ca22
...
@@ -41,8 +41,9 @@ EAGLE_SPEC_CONFIG = {
...
@@ -41,8 +41,9 @@ EAGLE_SPEC_CONFIG = {
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE
=
[
PARAMS_MODELS_BACKENDS_TOKENIZER_MODE
=
[
(
"mistralai/Ministral-8B-Instruct-2410"
,
"xgrammar"
,
"auto"
,
None
),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"xgrammar"
,
"auto"
,
None
),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"guidance"
,
"auto"
,
None
),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"guidance"
,
"auto"
,
None
),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"lm-format-enforcer"
,
"auto"
,
#FIXME: This test is flaky on CI thus disabled
None
),
#("mistralai/Ministral-8B-Instruct-2410", "lm-format-enforcer", "auto",
# None),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"xgrammar"
,
"mistral"
,
None
),
(
"mistralai/Ministral-8B-Instruct-2410"
,
"xgrammar"
,
"mistral"
,
None
),
(
"Qwen/Qwen2.5-1.5B-Instruct"
,
"xgrammar"
,
"auto"
,
None
),
(
"Qwen/Qwen2.5-1.5B-Instruct"
,
"xgrammar"
,
"auto"
,
None
),
(
"Qwen/Qwen2.5-1.5B-Instruct"
,
"lm-format-enforcer"
,
"auto"
,
None
),
(
"Qwen/Qwen2.5-1.5B-Instruct"
,
"lm-format-enforcer"
,
"auto"
,
None
),
...
...
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