File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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.58]
11+
12+ - feat: Update llama.cpp to ggerganov/llama.cpp@ba0c7c70ab5b15f1f2be7fb0dfbe0366dda30d6c
13+ - feat: add support for KV cache quantization options by @Limour-dev in #1307
14+ - feat: Add logprobs support to chat completions by @windspirit95 in #1311
15+ - fix: set LLAMA_METAL_EMBED_LIBRARY=on on MacOS arm64 by @bretello in #1289
16+ - feat: Add tools/functions variables to Jinja2ChatFormatter, add function response formatting for all simple chat formats by @CISC in #1273
17+ - fix: Changed local API doc references to hosted by by @lawfordp2017 in #1317
18+
1019## [ 0.2.57]
1120
1221- feat: Update llama.cpp to ggerganov/llama.cpp@ac9ee6a4ad740bc1ee484ede43e9f92b5af244c1
@@ -24,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2433
2534## [ 0.2.55]
2635
27- - feat: Update llama.cpp to ggerganov/9731134296af3a6839cd682e51d9c2109a871de5
36+ - feat: Update llama.cpp to ggerganov/llama.cpp@ 9731134296af3a6839cd682e51d9c2109a871de5
2837- docs: fix small typo in README: 'model know how' -> 'model knows how' by @boegel in #1244
2938
3039## [ 0.2.54]
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.2.57 "
4+ __version__ = "0.2.58 "
You can’t perform that action at this time.
0 commit comments