From 1dd422b64a433b3ca67b09aa7374eea438e4729b Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Thu, 27 Feb 2025 19:16:12 +0200 Subject: [PATCH] =?UTF-8?q?Update=20LMFE=20version=20to=20v0.10.11=20to=20?= =?UTF-8?q?support=20new=20versions=20of=20transforme=E2=80=A6=20(#13930)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 942c3e03..fb84d6d9 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -17,7 +17,7 @@ prometheus_client >= 0.18.0 pillow # Required for image processing prometheus-fastapi-instrumentator >= 7.0.0 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 lark == 1.2.2 xgrammar == 0.1.11; platform_machine == "x86_64"