File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.62]
11
+
12
+ - feat: Update llama.cpp to ggerganov/llama.cpp@3b8f1ec4b18770531d0b1d792f3edf08254e4f0c
13
+ - feat: update grammar schema converter to match llama.cpp by @themrzmaster in #1353
14
+ - feat: add disable_ping_events flag by @khimaros in #1257
15
+ - feat: Make saved state more compact on-disk by @tc-wolf in #1296
16
+ - feat: Use all available CPUs for batch processing by @ddh0 in #1345
17
+
10
18
## [ 0.2.61]
11
19
12
20
- feat: Update llama.cpp to ggerganov/llama.cpp@ba5e134e073ec6837078c874aba44a702944a676
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.61 "
4
+ __version__ = "0.2.62 "
You can’t perform that action at this time.
0 commit comments