We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b66c45 commit f1bfa11Copy full SHA for f1bfa11
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.25]
11
+
12
- feat: Update llama.cpp to ggml-org/llama.cpp@210a6570c by @abetlen in #2242
13
- feat: add Gemma 4 multimodal chat support by @abetlen in #2241
14
- feat(ci): add CUDA 13.0 and 13.2 wheel builds by @abetlen in #2239
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.24"
+__version__ = "0.3.25"
0 commit comments