mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 22:15:54 +08:00
[CI] Disable flaky structure decoding test temporarily. (#15892)
Signed-off-by: Roger Wang <ywang@roblox.com>
This commit is contained in:
parent
9ec8257914
commit
7e3f7a4ee7
@ -23,7 +23,8 @@ PARAMS_MODELS_BACKENDS_TOKENIZER_MODE = [
|
|||||||
("mistralai/Ministral-8B-Instruct-2410", "xgrammar:disable-any-whitespace",
|
("mistralai/Ministral-8B-Instruct-2410", "xgrammar:disable-any-whitespace",
|
||||||
"mistral"),
|
"mistral"),
|
||||||
("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar:disable-any-whitespace", "auto"),
|
("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar:disable-any-whitespace", "auto"),
|
||||||
("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"),
|
#FIXME: This test is flaky on CI thus disabled
|
||||||
|
#("Qwen/Qwen2.5-1.5B-Instruct", "guidance:disable-any-whitespace", "auto"),
|
||||||
]
|
]
|
||||||
|
|
||||||
PARAMS_MODELS_TOKENIZER_MODE = [
|
PARAMS_MODELS_TOKENIZER_MODE = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user