File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +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.7]
11
+
10
12
- Update llama.cpp to a98b1633d5a94d0aa84c7c16e1f8df5ac21fc850
11
13
- Install required runtime dlls to package directory on windows by @abetlen in 8d75016549e2ff62a511b1119d966ffc0df5c77b
12
14
- Add openai-processing-ms to server response header by @Tradunsky in #748
15
+ - Bump minimum version of scikit-build-core to 0.5.1 to fix msvc cmake issue by @abetlen in 1ed0f3ebe16993a0f961155aa4b2c85f1c68f668
16
+ - Update ` llama_types.py ` to better match the openai api, old names are aliased to new ones by @abetlen in dbca136feaaf7f8b1182c4c3c90c32918b1d0bb3
13
17
14
18
## [ 0.2.6]
15
19
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.6 "
4
+ __version__ = "0.2.7 "
You can’t perform that action at this time.
0 commit comments