Skip to content

Commit 13f94a7

Browse files
committed
Bump version to 0.3.16
1 parent a9a2d1e commit 13f94a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.16]
11+
12+
- feat: Update llama.cpp to [ggml-org/llama.cpp/commit/5e6229a8409ac786e62cb133d09f1679a9aec13e](https://github.com/ggml-org/llama.cpp/commit/5e6229a8409ac786e62cb133d09f1679a9aec13e)
13+
- fix: [Improve the Qwen25VLChatHandler's ability to handle multiple image inputs to avoid the illusion of multiple image inputs](https://github.com/JamePeng/llama-cpp-python/commit/a9a2d1edc53321dc4ecb158579b169580634115b)
14+
1015
## [0.3.15]
1116

1217
- feat: Update llama.cpp to [ggml-org/llama.cpp@cd6983d56d2cce94ecb86bb114ae8379a609073c](https://github.com/ggml-org/llama.cpp/commit/cd6983d56d2cce94ecb86bb114ae8379a609073c)

llama_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .llama_cpp import *
22
from .llama import *
33

4-
__version__ = "0.3.15"
4+
__version__ = "0.3.16"

0 commit comments

Comments
 (0)