Skip to content

Commit e1af05f

Browse files
committed
chore: Bump version
1 parent 95292e3 commit e1af05f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.14]
11+
12+
- feat: Update llama.cpp to ggerganov/llama.cpp@79e0b68c178656bb0632cb8602d2940b755077f8
13+
1014
## [0.3.13]
1115

12-
- feat: Update llama.cpp to ggerganov/llama.cpp@
16+
- feat: Update llama.cpp to ggerganov/llama.cpp@bdca38376f7e8dd928defe01ce6a16218a64b040
1317
- fix: Better chat format for Qwen2.5-VL by @alcoftTAO in #2040
1418

1519
## [0.3.12]

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.13"
4+
__version__ = "0.3.14"

0 commit comments

Comments
 (0)