mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 17:26:02 +08:00
[Bugfix] Pin xgrammar to 0.1.11 (#13338)
This commit is contained in:
parent
12913d17ba
commit
d3d547e057
@ -20,7 +20,7 @@ tiktoken >= 0.6.0 # Required for DBRX tokenizer
|
|||||||
lm-format-enforcer >= 0.10.9, < 0.11
|
lm-format-enforcer >= 0.10.9, < 0.11
|
||||||
outlines == 0.1.11
|
outlines == 0.1.11
|
||||||
lark == 1.2.2
|
lark == 1.2.2
|
||||||
xgrammar >= 0.1.11; platform_machine == "x86_64"
|
xgrammar == 0.1.11; platform_machine == "x86_64"
|
||||||
typing_extensions >= 4.10
|
typing_extensions >= 4.10
|
||||||
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
|
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
|
||||||
partial-json-parser # used for parsing partial JSON outputs
|
partial-json-parser # used for parsing partial JSON outputs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user