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 5717347 commit a1d6cc7Copy full SHA for a1d6cc7
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## [[0.19.0](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.0...v0.19.1)] - 2025-03-29
3
+
4
+- Change supported llama.cpp version to b4980
5
+ - Add `LLAMA_VOCAB_PRE_TYPE_SUPERBPE` constant.
6
+ - Add `llama_set_warmup` module function.
7
8
## [[0.19.0](https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.2...v0.19.0)] - 2025-03-16
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.19.0'
+ VERSION = '0.19.1'
# The supported version of llama.cpp.
- LLAMA_CPP_VERSION = 'b4885'
+ LLAMA_CPP_VERSION = 'b4980'
end
0 commit comments