|
46 | 46 | ("mistralai/Ministral-8B-Instruct-2410", "xgrammar", "mistral", None),
|
47 | 47 | ("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar", "auto", None),
|
48 | 48 | ("Qwen/Qwen2.5-1.5B-Instruct", "lm-format-enforcer", "auto", None),
|
49 |
| - ("mistralai/Ministral-8B-Instruct-2410", "outlines", "auto", None), |
50 |
| - ("mistralai/Ministral-8B-Instruct-2410", "outlines", "mistral", None), |
| 49 | + #FIXME: This tests are flaky on CI thus disabled. Tracking in Issue #24402 |
| 50 | + # ("mistralai/Ministral-8B-Instruct-2410", "outlines", "auto", None), |
| 51 | + # ("mistralai/Ministral-8B-Instruct-2410", "outlines", "mistral", None), |
| 52 | + #("Qwen/Qwen2.5-1.5B-Instruct", "guidance", "auto"), |
51 | 53 | ("mistralai/Ministral-8B-Instruct-2410", "outlines", "auto",
|
52 | 54 | NGRAM_SPEC_CONFIG),
|
53 |
| - #FIXME: This test is flaky on CI thus disabled |
54 |
| - #("Qwen/Qwen2.5-1.5B-Instruct", "guidance", "auto"), |
55 | 55 | ("mistralai/Ministral-8B-Instruct-2410", "guidance", "auto",
|
56 | 56 | NGRAM_SPEC_CONFIG),
|
57 | 57 | ("Qwen/Qwen2.5-1.5B-Instruct", "xgrammar", "auto", NGRAM_SPEC_CONFIG),
|
|
0 commit comments