Skip to content

Commit

Permalink
v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Jul 27, 2024
1 parent 075fc2c commit b3c0fd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# LM Format Enforcer Changelog

## v0.10.5
- SequenceParser performance optimization
- JsonSchemaParser: number parsing supports exponents
- Supporting tokenizers with multiple eos token ids

## 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
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [turboderp](https://github.com/turboderp) (ExLlamaV2 improvements)
* [Ari Weinstein](https://github.com/AriX) (JSONSchemaParser performance improvements)
* [NJordan72](https://github.com/NJordan72) (JSONSchemaParser Bug Fixes)
* [Andrew Wang](https://github.com/aw632) (JSONSchemaParser exponent parsing and multi eos token support)

## I would like to join this list. How can I help the project?

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.4"
version = "0.10.5"
description = "Enforce the output format (JSON Schema, Regex etc) of a language model"
authors = ["Noam Gat <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b3c0fd3

Please sign in to comment.