File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.75]
11
+
12
+ - Update llama.cpp
13
+
10
14
## [ 0.1.74]
11
15
12
16
### 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.74 "
3
+ version = " 0.1.75 "
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.74 " ,
13
+ version = "0.1.75 " ,
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