8000 chore: Bump version · sunnykim1206/llama-cpp-python@427d816 · GitHub
[go: up one dir, main page]

Skip to content

Commit 427d816

Browse files
committed
chore: Bump version
1 parent 52d9d70 commit 427d816

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.48]
11+
12+
- feat: Update llama.cpp to ggerganov/llama.cpp@15499eb94227401bdc8875da6eb85c15d37068f7
13+
- feat: Add Google's Gemma formatting via chat_format="gemma" by @alvarobartt in #1210
14+
- feat: support minItems/maxItems in JSON grammar converter by @nopperl in 3921e10770996d95a9eb22c8248bacef39f69365
15+
- fix: Update from_pretrained defaults to match hf_hub_download and pull to local cache folder by @abetlen in e6d6260a91b7831733f7d1f73c7af46a3e8185ed
16+
- fix: Raise exceptions when llama model or context fails to load by @abetlen in dd22010e85265ae840c76ec835d67a29ed852722
17+
- docs: Update README.md to fix pip install llama cpp server by @audip in #1187
18+
1019
## [0.2.47]
1120

1221
- feat: Update llama.cpp to ggerganov/llama.cpp@973053d8b0d04809836b3339a50f68d9c842de90

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.47"
4+
__version__ = "0.2.48"

0 commit comments

Comments
 (0)
0