File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## [[ 0.18.1] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.1...v0.18.2 )] - 2025-03-01
3
+
4
+ - Change supported llama.cpp version to b4793
5
+ - Add ` llama_model_n_head_kv ` module function.
6
+ - Add ` LLAMA_VOCAB_PRE_TYPE_GPT4O ` constant.
7
+
2
8
## [[ 0.18.1] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.0...v0.18.1 )] - 2025-02-15
3
9
4
10
- Change supported llama.cpp version to b4713
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.18.1 '
6
+ VERSION = '0.18.2 '
7
7
8
8
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b4713 '
9
+ LLAMA_CPP_VERSION = 'b4793 '
10
10
end
You can’t perform that action at this time.
0 commit comments