File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
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+
1021## [ 0.2.22]
1122
1223- Update llama.cpp to ggerganov/llama.cpp@8a7b2fa528f130631a5f43648481596ab320ed5a
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.2.22 "
4+ __version__ = "0.2.23 "
You can’t perform that action at this time.
0 commit comments