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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.29]
11
+
12
+ - feat: Update llama.cpp to ggerganov/llama.cpp@4483396751c79dea540808b9cb9238245d06da2b
13
+ - feat: Add split_mode option by @abetlen in 84615adbc6855c8384807c42f0130f9a1763f99d
14
+ - feat: Implement GGUF metadata KV overrides by @phiharri in #1011
15
+ - fix: Avoid "LookupError: unknown encoding: ascii" when open() called in a destructor by @yieldthought in #1012
16
+ - fix: Fix low_level_api_chat_cpp example to match current API by @aniljava in #1086
17
+ - fix: Fix Pydantic model parsing by @DeNeutoy in #1087
18
+
10
19
## [ 0.2.28]
11
20
12
21
- feat: Update llama.cpp to ggerganov/llama.cpp@6efb8eb30e7025b168f3fda3ff83b9b386428ad6
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.28 "
4
+ __version__ = "0.2.29 "
You can’t perform that action at this time.
0 commit comments