Skip to content

Commit 6238d77

Browse files
committed
v0.18.0
1 parent 42a10a1 commit 6238d77

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## [[0.17.10](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.9...v0.17.10)] - 2024-09-07
210

311
- Change supported llama.cpp version to b3676.

lib/llama_cpp/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
44
module LlamaCpp
55
# The version of llama_cpp.rb you install.
6-
VERSION = '0.17.10'
6+
VERSION = '0.18.0'
77

88
# The supported version of llama.cpp.
9-
LLAMA_CPP_VERSION = 'b3751'
9+
LLAMA_CPP_VERSION = 'b4611'
1010
end

0 commit comments

Comments
 (0)