Skip to content

Commit 26633bd

Browse files
authored
chore: bump version to 0.3.24 (abetlen#2236)
1 parent 2024060 commit 26633bd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.24]
11+
1012
- docs: update ROCm install instructions by @agronholm in #1867
1113
- fix: clear prompt for recurrent / hybrid models when only a partial prefix matches by @avion23 in #2108
1214
- fix: match Transformers `tojson` in chat template rendering by @CISC in #1486

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.23"
4+
__version__ = "0.3.24"

0 commit comments

Comments
 (0)