File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [[ 0.18.0] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.10...v0.18.0 )] - 2025-02-02
2
+
3
+ ** Breaking Changes**
4
+ All the native extensions code was rewritten in C. The high-level API has been removed and replaced with a simple bindings library.
5
+ The fast update speed of llama.cpp makes it difficult to keep up with the creation of this binding library.
6
+ [ As previously noted] ( https://github.com/yoshoku/llama_cpp.rb/blob/main/CHANGELOG.md#060---2023-09-30 ) ,
7
+ the author has given up on continuing to develop this binding library. Thank you for your understanding.
8
+
1
9
## [[ 0.17.10] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.9...v0.17.10 )] - 2024-09-07
2
10
3
11
- Change supported llama.cpp version to b3676.
Original file line number Diff line number Diff line change 3
3
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
4
4
module LlamaCpp
5
5
# The version of llama_cpp.rb you install.
6
- VERSION = '0.17.10 '
6
+ VERSION = '0.18.0 '
7
7
8
8
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b3751 '
9
+ LLAMA_CPP_VERSION = 'b4611 '
10
10
end
You can’t perform that action at this time.
0 commit comments