Skip to content

Commit 22e9d42

Browse files
[Misc] add xgrammar for arm64 (#18359)
Signed-off-by: Prashant Gupta <[email protected]>
1 parent 86debab commit 22e9d42

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
@@ -23,7 +23,7 @@ lm-format-enforcer >= 0.10.11, < 0.11
2323
llguidance >= 0.7.11, < 0.8.0; platform_machine == "x86_64" or platform_machine == "arm64" or platform_machine == "aarch64"
2424
outlines == 0.1.11
2525
lark == 1.2.2
26-
xgrammar == 0.1.19; platform_machine == "x86_64" or platform_machine == "aarch64"
26+
xgrammar == 0.1.19; platform_machine == "x86_64" or platform_machine == "aarch64" or platform_machine == "arm64"
2727
typing_extensions >= 4.10
2828
filelock >= 3.16.1 # need to contain https://github.com/tox-dev/filelock/pull/317
2929
partial-json-parser # used for parsing partial JSON outputs

0 commit comments

Comments
 (0)