File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.23]
11
+
12
+ - Update llama.cpp to ggerganov/llama.cpp@948ff137ec37f1ec74c02905917fa0afc9b97514
13
+ - Add qwen chat format by @yhfgyyf in #1005
14
+ - Add support for running the server with SSL by @rgerganov in #994
15
+ - Replace logits_to_logprobs implementation with numpy equivalent to llama.cpp by @player1537 in #991
16
+ - Fix UnsupportedOperation: fileno in suppress_stdout_stderr by @zocainViken in #961
17
+ - Add Pygmalion chat format by @chiensen in #986
18
+ - README.md multimodal params fix by @zocainViken in #967
19
+ - Fix minor typo in README by @aniketmaurya in #958
20
+
10
21
## [ 0.2.22]
11
22
12
23
- Update llama.cpp to ggerganov/llama.cpp@8a7b2fa528f130631a5f43648481596ab320ed5a
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.22 "
4
+ __version__ = "0.2.23 "
You can’t perform that action at this time.
0 commit comments