Unverified Commit d3d547e0 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Bugfix] Pin xgrammar to 0.1.11 (#13338)

parent 12913d17
...@@ -20,7 +20,7 @@ tiktoken >= 0.6.0 # Required for DBRX tokenizer ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment