Skip to content

Commit a889710

Browse files
committed
v0.19.5
1 parent a97f98a commit a889710

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [[0.19.5](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.4...v0.19.5)] - 2025-05-10
2+
3+
- Change supported llama.cpp version to b5320
4+
- Remove deprecated logits_all accessor in LlamaContextParams.
5+
16
## [[0.19.4](https://github.com/yoshoku/llama_cpp.rb/compare/v0.19.3...v0.19.4)] - 2025-04-26
27

38
- Change supported llama.cpp version to b5180

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.4'
6+
VERSION = '0.19.5'
77

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

0 commit comments

Comments
 (0)