Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01cb3a0

Browse files
committed
Bump version
1 parent 9ae9c86 commit 01cb3a0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.2.15]
11+
1012
- Update llama.cpp to ggerganov/llama.cpp@0a7c980b6f94a049cb804573df2d8092a34df8e4
11-
- Add support for Llava1.5 multi-modal models by @damian0815 and @abetlen in #821
13+
- Add support for Llava1.5 multimodal models by @damian0815 and @abetlen in #821
1214
- Update OpenAI API compatibility to match dev day update by @abetlen in #821
15+
- Add seed parameter to completion and chat_completion functions of Llama class by @abetlen in 86aeb9f3a14808575d2bb0076e6acb4a30907e6a
16+
- Add JSON mode support to constrain chat completion to JSON objects by @abetlen in b30b9c338bf9af316d497ea501d39f5c246900db
1317

1418
## [0.2.14]
1519

llama_cpp/__init__.py

+1-1
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.14"
4+
__version__ = "0.2.15"

0 commit comments

Comments
 (0)