File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +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.3]
11
+
12
+ - Update llama.cpp to ggerganov/llama.cpp@71ca2fad7d6c0ef95ef9944fb3a1a843e481f314
13
+ - Add X-Request-ID request header for mirroring custom IDs by @devrimcavusoglu in #703
14
+ - Add pyproject extra for scikit-build-core to ensure compatible pathspec version by @abetlen in 6cfc54284b99ef1bff8193e2d5e483dbd89ada02
15
+ - Fix issue with Literal and Optional cli arguments not working by @abetlen in #702
16
+
10
17
## [ 0.2.2]
11
18
12
19
- Fix bug in pip install of v0.2.1 due to scikit-build-core removing all ` .metal ` files in the source distribution (see #701 )
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.2 "
4
+ __version__ = "0.2.3 "
You can’t perform that action at this time.
0 commit comments