File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
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+ ### Added
11+
12+ - (llama.cpp) Add full gpu utilisation in CUDA
13+ - (llama.cpp) Add get_vocab
14+ - (llama.cpp) Add low_vram parameter
15+ - (server) Add logit_bias parameter
16+
1017## [ 0.1.62]
1118
1219### Fixed
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " llama_cpp_python"
3- version = " 0.1.62 "
3+ version = " 0.1.63 "
44description = " Python bindings for the llama.cpp library"
55authors = [" Andrei Betlen <abetlen@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1010 description = "A Python wrapper for llama.cpp" ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
13- version = "0.1.62 " ,
13+ version = "0.1.63 " ,
1414 author = "Andrei Betlen" ,
1515 author_email = "abetlen@gmail.com" ,
1616 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments