Skip to content

Commit abe1853

Browse files
committed
v0.17.4
1 parent 7499ae8 commit abe1853

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [[0.17.4](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.3...v0.17.4)] - 2024-07-27
2+
3+
- Change supported llama.cpp version to b3436.
4+
- Add `LLAMA_VOCAB_PRE_TYPE_TEKKEN` constant.
5+
- Change `LLAMA_SESSION_VERSION` value from 6 to 7.
6+
17
## [[0.17.3](https://github.com/yoshoku/llama_cpp.rb/compare/v0.17.2...v0.17.3)] - 2024-07-21
28

39
- Change supported llama.cpp version to b3405.

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.2'
6+
VERSION = '0.17.4'
77

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

0 commit comments

Comments
 (0)