File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [[ 0.19.6] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.5...v0.19.6 )] - 2025-05-17
2
+
3
+ - Change supported llama.cpp version to b5410
4
+ - Add ` LLAMA_VOCAB_PRE_TYPE_SEED_CODER ` constant.
5
+ - Add ` op_offload ` accessor to ` LlamaContextParams ` .
6
+ - Add ` llama_model_save_to_file ` module function.
7
+
1
8
## [[ 0.19.5] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.4...v0.19.5 )] - 2025-05-10
2
9
3
10
- Change supported llama.cpp version to b5320
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.5 '
6
+ VERSION = '0.19.6 '
7
7
8
8
# The supported version of llama.cpp.
9
- LLAMA_CPP_VERSION = 'b5320 '
9
+ LLAMA_CPP_VERSION = 'b5410 '
10
10
end
You can’t perform that action at this time.
0 commit comments