We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2113a1 commit 9cf0ce7Copy full SHA for 9cf0ce7
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.22]
11
+
12
- feat: Update llama.cpp to ggerganov/llama.cpp@63d93d173
13
- feat(ci): Re-enable Windows CUDA wheels and add CUDA 12.5.1 wheel builds
14
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.21"
+__version__ = "0.3.22"
0 commit comments