Update LMFE version to v0.10.11 to support new versions of transforme… (#13930)

This commit is contained in:
Noam Gat 2025-02-27 19:16:12 +02:00 committed by GitHub
parent 06c8f8d885
commit 1dd422b64a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ prometheus_client >= 0.18.0
pillow # Required for image processing pillow # Required for image processing
prometheus-fastapi-instrumentator >= 7.0.0 prometheus-fastapi-instrumentator >= 7.0.0
tiktoken >= 0.6.0 # Required for DBRX tokenizer tiktoken >= 0.6.0 # Required for DBRX tokenizer
lm-format-enforcer >= 0.10.9, < 0.11 lm-format-enforcer >= 0.10.11, < 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"