File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.40]
11
+
12
+ - feat: Update llama.cpp to ggerganov/llama.cpp@3bdc4cd0f595a6096cca4a64aa75ffa8a3503465
13
+ - feat: Generic chatml Function Calling using chat_format="chatml-function-calling"` by @abetlen in #957
14
+ - fix: Circular dependancy preventing early Llama object free by @notwa in #1176
15
+ - docs: Set the correct command for compiling with syscl support by @akarshanbiswas in #1172
16
+ - feat: use gpu backend for clip if available by @iamlemec in #1175
17
+
10
18
## [ 0.2.39]
11
19
12
20
- feat: Update llama.cpp to ggerganov/llama.cpp@b08f22c882a1443e6b97081f3ce718a4d1a741f8
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.39 "
4
+ __version__ = "0.2.40 "
You can’t perform that action at this time.
0 commit comments