File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.66]
11
+
12
+ ## Added
13
+
14
+ - (llama.cpp) New model API
15
+
16
+ ## Fixed
17
+
18
+ - Performance issue during eval caused by looped np.concatenate call
19
+ - State pickling issue when saving cache to disk
20
+
10
21
## [ 0.1.65]
11
22
12
23
### Added
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llama_cpp_python"
3
- version = " 0.1.65 "
3
+ version = " 0.1.66 "
4
4
description = " Python bindings for the llama.cpp library"
5
5
authors = [" Andrei Betlen <abetlen@gmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 10
10
description = "A Python wrapper for llama.cpp" ,
11
11
long_description = long_description ,
12
12
long_description_content_type = "text/markdown" ,
13
- version = "0.1.65 " ,
13
+ version = "0.1.66 " ,
14
14
author = "Andrei Betlen" ,
15
15
author_email = "abetlen@gmail.com" ,
16
16
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments