File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ and this project adheres to [Seman
8000
tic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.1.59]
11
+
10
12
### Added
11
13
12
14
- (llama.cpp) k-quants support
13
15
- (server) mirostat sampling parameters to server
14
16
17
+ ### Fixed
18
+
19
+ - Support both ` .so ` and ` .dylib ` for ` libllama ` on MacOS
20
+
15
21
## [ v0.1.58]
16
22
17
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.58 "
3
+ version = " 0.1.59 "
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.58 " ,
13
+ version = "0.1.59 " ,
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