We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd884c commit 4d73c77Copy full SHA for 4d73c77
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+
2
+## [[0.18.1](https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.0...v0.18.1)] - 2025-02-15
3
4
+- Change supported llama.cpp version to b4713
5
+ - Add `llama_sampler_init_top_n_sigma` module function.
6
+- Remove old type declaration file.
7
8
## [[0.18.0](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.10...v0.18.0)] - 2025-02-02
9
10
**Breaking Changes**
lib/llama_cpp/version.rb
@@ -3,8 +3,8 @@
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
module LlamaCpp
# The version of llama_cpp.rb you install.
- VERSION = '0.18.0'
+ VERSION = '0.18.1'
# The supported version of llama.cpp.
- LLAMA_CPP_VERSION = 'b4611'
+ LLAMA_CPP_VERSION = 'b4713'
end
0 commit comments