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 608eb74 commit 8458d76Copy full SHA for 8458d76
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [[0.20.1](https://github.com/yoshoku/llama_cpp.rb/compare/v0.20.0...v0.20.1)] - 2025-05-31
2
+
3
+- Change supported llama.cpp version to b5530
4
+ - Add `llama_max_parallel_sequences` module function.
5
6
## [[0.20.0](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.6...v0.20.0)] - 2025-05-23
7
8
- Change supported llama.cpp version to b5460
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.20.0'
+ VERSION = '0.20.1'
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b5460'
+ LLAMA_CPP_VERSION = 'b5530'
10
end
0 commit comments