File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [[ 0.17.2] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.1...v0.17.2 )] - 2024-07-14
2
+
3
+ - Change supported llama.cpp version to b3358.
4
+ - Add vocabulary pre-tokenization type constants.
5
+ - Add attention type constants.
6
+ - Add ` attention_type ` accessor to ` ContextParams ` .
7
+ - Add ` lstrip ` and ` special ` keyword arguments to ` token_to_piece ` method in ` Model ` .
8
+ - Add ` has_encoder? ` , ` decoder_start_token ` , and ` detokenize ` methods to ` Model ` .
9
+ - Add ` encode ` method to ` Context ` .
10
+
1
11
## [[ 0.17.1] ( https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.0...v0.17.1 )] - 2024-07-06
2
12
3
13
- Update usage section on README.
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.17.1 '
6
+ VERSION = '0.17.2 '
7
7
8
8
# The supported version of llama.cpp.
9
9
LLAMA_CPP_VERSION = 'b3358'
You can’t perform that action at this time.
0 commit comments