Skip to content

Commit b913bb6

Browse files
committed
[Build/CI] Upgrade xgrammar to >=0.1.15
This update includes support for aarch64 among other fixes and improvements. Closes #11886 Closes #13986 Implements part of #13894 Signed-off-by: Russell Bryant <rbryant@redhat.com>
1 parent b0746fa commit b913bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tiktoken >= 0.6.0 # Required for DBRX tokenizer
1919
lm-format-enforcer >= 0.10.11, < 0.11
2020
outlines == 0.1.11
2121
lark == 1.2.2
22-
xgrammar == 0.1.11; platform_machine == "x86_64"
22+
xgrammar >= 0.1.15; platform_machine == "x86_64" or platform_machine == "aarch64"
2323
typing_extensions >= 4.10
2424
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
2525
partial-json-parser # used for parsing partial JSON outputs
@@ -37,4 +37,4 @@ depyf==0.18.0 # required for profiling and debugging with compilation config
3737
cloudpickle # allows pickling lambda functions in model_executor/models/registry.py
3838
watchfiles # required for http server to monitor the updates of TLS files
3939
python-json-logger # Used by logging as per examples/other/logging_configuration.md
40-
scipy # Required for phi-4-multimodal-instruct
40+
scipy # Required for phi-4-multimodal-instruct

0 commit comments

Comments
 (0)