From 730918c82e9f4319b8896e60e9ecc0d8f93c66b6 Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Sat, 13 Jul 2024 09:53:29 +0300 Subject: [PATCH] Updating LM Format Enforcer version to v10.3 This version improves JSON Schema Parsing capabilities: [#100] JsonSchemaParser: Added allOf support [#99] JsonSchemaParser: Fixed edge case that would allow leading comma in JSON Array [#102] JsonSchemaParser: Fixed Array of Enums not producing multiple values --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 829e9a285db..29643cfce16 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -17,7 +17,7 @@ pillow # Required for image processing prometheus_client >= 0.18.0 prometheus-fastapi-instrumentator >= 7.0.0 tiktoken >= 0.6.0 # Required for DBRX tokenizer -lm-format-enforcer == 0.10.1 +lm-format-enforcer == 0.10.3 outlines >= 0.0.43, < 0.1 # Requires torch >= 2.1.0 typing_extensions filelock >= 3.10.4 # filelock starts to support `mode` argument from 3.10.4