Thanks to visit codestin.com Credit goes to github.com
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 c8579d7 commit d9749cbCopy full SHA for d9749cb
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.13]
11
+
12
+- feat: Update llama.cpp to ggerganov/llama.cpp@
13
+- fix: Better chat format for Qwen2.5-VL by @alcoftTAO in #2040
14
15
## [0.3.12]
16
17
- feat: Update llama.cpp to ggerganov/llama.cpp@a0374a67e2924f2e845cdc59dd67d9a44065a89c
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.12"
+__version__ = "0.3.13"
0 commit comments