Skip to content

Commit 02d6bee

Browse files
authored
chore: bump version to 0.3.20 (abetlen#2171)
1 parent 08e088c commit 02d6bee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.20]
11+
1012
- refactor: Replace deprecated llama.cpp references in library, docs, and examples by @abetlen in #2170
1113
- feat: Update llama.cpp to ggerganov/llama.cpp@f49e9178767d557a522618b16ce8694f9ddac628 by @abetlen in #2169
1214
- feat(server): Add model-load `chat_template_kwargs` support and document the CLI/config usage by @abetlen in #2168

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.3.19"
4+
__version__ = "0.3.20"

0 commit comments

Comments
 (0)