File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.15]
11
+
10
12
- 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
12
14
- 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
13
17
14
18
## [ 0.2.14]
15
19
Original file line number Diff line number Diff line change 1
1
from .llama_cpp import *
2
2
from .llama import *
3
3
4
- __version__ = "0.2.14 "
4
+ __version__ = "0.2.15 "
You can’t perform that action at this time.
0 commit comments