File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
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+
1018## [ 0.2.61]
1119
1220- feat: Update llama.cpp to ggerganov/llama.cpp@ba5e134e073ec6837078c874aba44a702944a676
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.2.61 "
4+ __version__ = "0.2.62 "
You can’t perform that action at this time.
0 commit comments