File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.88]
11+
12+ - feat: Update llama.cpp to ggerganov/llama.cpp@fc4ca27b25464a11b3b86c9dbb5b6ed6065965c2
13+ - fix: only print 'cache saved' in verbose mode by @lsorber in #1668
14+ - fix: Added back from_file method to LlamaGrammar by @ExtReMLapin in #1673
15+ - fix: grammar prints on each call by @abetlen in 0998ea0deea076a547d54bd598d6b413b588ee2b
16+ - feat: Enable recursive search of HFFS.ls when using from_pretrained by @benHeidabetlen in #1656
17+ - feat: Add more detailed log for prefix-match by @xu-song in #1659
18+
1019## [ 0.2.87]
1120
1221- feat: Update llama.cpp to ggerganov/llama.cpp@be55695eff44784a141a863f273661a6bce63dfc
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.2.87 "
4+ __version__ = "0.2.88 "
You can’t perform that action at this time.
0 commit comments