Skip to content

Commit 43e67f2

Browse files
mgoinshreyankg
authored andcommitted
[Bugfix] Pin xgrammar to 0.1.11 (vllm-project#13338)
1 parent 00ce72c commit 43e67f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tiktoken >= 0.6.0 # Required for DBRX tokenizer
2020
lm-format-enforcer >= 0.10.9, < 0.11
2121
outlines == 0.1.11
2222
lark == 1.2.2
23-
xgrammar >= 0.1.11; platform_machine == "x86_64"
23+
xgrammar == 0.1.11; platform_machine == "x86_64"
2424
typing_extensions >= 4.10
2525
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
2626
partial-json-parser # used for parsing partial JSON outputs

0 commit comments

Comments
 (0)