We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95292e3 commit e1af05fCopy full SHA for e1af05f
CHANGELOG.md
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.14]
11
+
12
+- feat: Update llama.cpp to ggerganov/llama.cpp@79e0b68c178656bb0632cb8602d2940b755077f8
13
14
## [0.3.13]
15
-- feat: Update llama.cpp to ggerganov/llama.cpp@
16
+- feat: Update llama.cpp to ggerganov/llama.cpp@bdca38376f7e8dd928defe01ce6a16218a64b040
17
- fix: Better chat format for Qwen2.5-VL by @alcoftTAO in #2040
18
19
## [0.3.12]
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.13"
+__version__ = "0.3.14"
0 commit comments