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 a97f98a commit a889710Copy full SHA for a889710
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [[0.19.5](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.4...v0.19.5)] - 2025-05-10
2
+
3
+- Change supported llama.cpp version to b5320
4
+ - Remove deprecated logits_all accessor in LlamaContextParams.
5
6
## [[0.19.4](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.3...v0.19.4)] - 2025-04-26
7
8
- Change supported llama.cpp version to b5180
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.19.4'
+ VERSION = '0.19.5'
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b5180'
+ LLAMA_CPP_VERSION = 'b5320'
10
end
0 commit comments