File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- ## [[ 0.19.2] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.2...v0.19.3 )] - 2025-04-12
1
+ ## [[ 0.19.4] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.3...v0.19.4 )] - 2025-04-26
2
+
3
+ - Change supported llama.cpp version to b5180
4
+ - Add ` LLAMA_VOCAB_PRE_TYPE_PIXTRAL ` constant.
5
+
6
+ ## [[ 0.19.3] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.2...v0.19.3 )] - 2025-04-12
2
7
3
8
- Change supported llama.cpp version to b5120
4
9
- Add ` LLAMA_VOCAB_PRE_TYPE_LLAMA4 ` constant.
Original file line number Diff line number Diff line change 3
3
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
4
4
module LlamaCpp
5
5
# The version of llama_cpp.rb you install.
6
- VERSION = '0.19.3 '
6
+ VERSION = '0.19.4 '
7
7
8
8
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b5120 '
9
+ LLAMA_CPP_VERSION = 'b5180 '
10
10
end
You can’t perform that action at this time.
0 commit comments