Skip to content

Commit 5e339ef

Browse files
committed
v0.19.3
1 parent 0c851bd commit 5e339ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [[0.19.2](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.2...v0.19.3)] - 2025-04-12
2+
3+
- Change supported llama.cpp version to b5120
4+
- Add `LLAMA_VOCAB_PRE_TYPE_LLAMA4` constant.
15

26
## [[0.19.2](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.1...v0.19.2)] - 2025-04-05
37

lib/llama_cpp/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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.19.2'
6+
VERSION = '0.19.3'
77

88
# The supported version of llama.cpp.
9-
LLAMA_CPP_VERSION = 'b5050'
9+
LLAMA_CPP_VERSION = 'b5120'
1010
end

0 commit comments

Comments
 (0)