We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024060 commit 26633bdCopy full SHA for 26633bd
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.24]
11
+
12
- docs: update ROCm install instructions by @agronholm in #1867
13
- fix: clear prompt for recurrent / hybrid models when only a partial prefix matches by @avion23 in #2108
14
- fix: match Transformers `tojson` in chat template rendering by @CISC in #1486
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.23"
+__version__ = "0.3.24"
0 commit comments