Skip to content

Commit 26c7876

Browse files
committed
chore: Bump version
1 parent fe2da09 commit 26c7876

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.66]
11+
12+
- feat: Update llama.cpp to ggerganov/llama.cpp@8843a98c2ba97a25e93319a104f9ddfaf83ce4c4
13+
- feat: Generic Chat Formats, Tool Calling, and Huggingface Pull Support for Multimodal Models (Obsidian, LLaVA1.6, Moondream) by @abetlen in #1147
14+
- ci(fix): Workflow actions updates and fix arm64 wheels not included in release by @Smartappli in #1392
15+
- ci: Add support for pre-built cuda 12.4.1 wheels by @Smartappli in #1388
16+
- feat: Add support for str type kv_overrides by @abetlen in a411612b385cef100d76145da1fbd02a7b7cc894
17+
- fix: Functionary bug fixes by @jeffrey-fong in #1385
18+
- examples: fix quantize example by @iyubondyrev in #1387
19+
- ci: Update dependabot.yml by @Smartappli in #1391
20+
1021
## [0.2.65]
1122

1223
- feat: Update llama.cpp to ggerganov/llama.cpp@46e12c4692a37bdd31a0432fc5153d7d22bc7f72

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.2.65"
4+
__version__ = "0.2.66"

0 commit comments

Comments
 (0)