Skip to content

Commit

Permalink
v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Apr 20, 2024
1 parent f4d6496 commit f411dea
Show file tree
Hide file tree
Showing 3 changed files with 6 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.9.7
- [#93] Improved JSONSchemaParser performance, unit tests run twice as fast! Joint effort with [Ari Weinstein](https://github.com/AriX). Thanks!


## v0.9.6
- [#88] ExllamaV2 optimizations
- Bugfix in ExllamaV2 sample notebook that generated garbage data after the response.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* [Josh C](https://github.com/JoshC8C7) (Bug fixes)
* [Brian Dashore](https://github.com/bdashore3) (ExLlamaV2 improvements)
* [turboderp](https://github.com/turboderp) (ExLlamaV2 improvements)
* [Ari Weinstein](https://github.com/AriX) (JSONSchemaParser performance improvements)

## 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.9.6"
version = "0.9.7"
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 f411dea

Please sign in to comment.