We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511b3f4 commit c8075d1Copy full SHA for c8075d1
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.21]
11
+
12
- feat: Update llama.cpp to ggerganov/llama.cpp@f53577432 and sync Python bindings
13
- fix(ci): Build one arm64 release wheel for `py3-none` wheel publishing
14
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.20"
+__version__ = "0.3.21"
0 commit comments