Skip to content

Commit fc19cc7

Browse files
committed
chore: Bump version
1 parent 8ed663b commit fc19cc7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff 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

Diff for: llama_cpp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .llama_cpp import *
22
from .llama import *
33

4-
__version__ = "0.2.87"
4+
__version__ = "0.2.88"

0 commit comments

Comments
 (0)