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 0c851bd commit 5e339efCopy full SHA for 5e339ef
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [[0.19.2](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.2...v0.19.3)] - 2025-04-12
2
+
3
+- Change supported llama.cpp version to b5120
4
+ - Add `LLAMA_VOCAB_PRE_TYPE_LLAMA4` constant.
5
6
## [[0.19.2](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.1...v0.19.2)] - 2025-04-05
7
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.2'
+ VERSION = '0.19.3'
8
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b5050'
+ LLAMA_CPP_VERSION = 'b5120'
10
end
0 commit comments