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 7499ae8 commit abe1853Copy full SHA for abe1853
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [[0.17.4](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.3...v0.17.4)] - 2024-07-27
2
+
3
+- Change supported llama.cpp version to b3436.
4
+ - Add `LLAMA_VOCAB_PRE_TYPE_TEKKEN` constant.
5
+ - Change `LLAMA_SESSION_VERSION` value from 6 to 7.
6
7
## [[0.17.3](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.2...v0.17.3)] - 2024-07-21
8
9
- Change supported llama.cpp version to b3405.
lib/llama_cpp/version.rb
@@ -3,7 +3,7 @@
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
module LLaMACpp
# The version of llama_cpp.rb you install.
- VERSION = '0.17.2'
+ VERSION = '0.17.4'
# The supported version of llama.cpp.
LLAMA_CPP_VERSION = 'b3436'
0 commit comments