Skip to content

Commit 893a27a

Browse files
committed
chore: Bump version
1 parent a128c80 commit 893a27a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

llama_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
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.61"
4+
__version__ = "0.2.62"

0 commit comments

Comments
 (0)