Skip to content

Commit

Permalink
v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Jul 15, 2024
1 parent d3dc0ad commit 390f993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# LM Format Enforcer Changelog

## v0.10.4
- Added default max Json array length to help LLMs avoid infinite loops. See README for details.
- Updated EXLlamaV2 example to updated API

## v0.10.3
- [#113] TRTLLM Support: Fixing type incompatibility in certain cases / library versions

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lm-format-enforcer"
version = "0.10.3"
version = "0.10.4"
description = "Enforce the output format (JSON Schema, Regex etc) of a language model"
authors = ["Noam Gat <noamgat@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 390f993

Please sign in to comment.