Skip to content

Commit aa1712b

Browse files
committed
v0.18.2
1 parent c9a6b9e commit aa1712b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [[0.18.1](https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.1...v0.18.2)] - 2025-03-01
3+
4+
- Change supported llama.cpp version to b4793
5+
- Add `llama_model_n_head_kv` module function.
6+
- Add `LLAMA_VOCAB_PRE_TYPE_GPT4O` constant.
7+
28
## [[0.18.1](https://github.com/yoshoku/llama_cpp.rb/compare/v0.18.0...v0.18.1)] - 2025-02-15
39

410
- Change supported llama.cpp version to b4713

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.18.1'
6+
VERSION = '0.18.2'
77

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

0 commit comments

Comments
 (0)