File tree 2 files changed +10
-1
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
19
## [ 0.2.87]
11
20
12
21
- feat: Update llama.cpp to ggerganov/llama.cpp@be55695eff44784a141a863f273661a6bce63dfc
Original file line number Diff line number Diff line change 1
1
from .llama_cpp import *
2
2
from .llama import *
3
3
4
- __version__ = "0.2.87 "
4
+ __version__ = "0.2.88 "
You can’t perform that action at this time.
0 commit comments