File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
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+
1017## [ 0.2.2]
1118
1219- 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 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.2.2 "
4+ __version__ = "0.2.3 "
You can’t perform that action at this time.
0 commit comments