Skip to content

Commit 089819c

Browse files
committed
v0.17.2
1 parent 506c6f4 commit 089819c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## [[0.17.1](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.0...v0.17.1)] - 2024-07-06
212

313
- Update usage section on README.

lib/llama_cpp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
44
module LLaMACpp
55
# The version of llama_cpp.rb you install.
6-
VERSION = '0.17.1'
6+
VERSION = '0.17.2'
77

88
# The supported version of llama.cpp.
99
LLAMA_CPP_VERSION = 'b3358'

0 commit comments

Comments
 (0)