Skip to content

Commit 910a9fd

Browse files
author
github-actions
committed
[auto] Sync version 2406260616.0.0+llamacpp-release.b3232
== Relevant log messages from source repo: commit 163d50adaf8897d8b734d701ff332de6be63d484 Author: jukofyork <[email protected]> Date: Tue Jun 25 21:47:40 2024 +0100 fixes #7999 (adds control vectors to all `build_XXX()` functions in `llama.cpp` [needs testing] (#8060) * fixes #7999 The `build_command_r` forgot to add the control vector. * Fixes qwen2 too * Fixed all models' control vectors * Removed double calls to `cb(cur, "l_out", il)` * Moved control vector logic to llama_control_vector:apply_to()
1 parent 08372fe commit 910a9fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggml-sys-bleedingedge"
3-
version = "2406260051.0.0+llamacpp-release.b3229"
3+
version = "2406260616.0.0+llamacpp-release.b3232"
44
description = "Bleeding edge low-level bindings to GGML. "
55
repository = "https://github.com/KerfuffleV2/ggml-sys-bleedingedge"
66
keywords = ["deep-learning", "machine-learning", "tensors", "ggml", "ml"]

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2406260051.0.0+llamacpp-release.b3229
1+
2406260616.0.0+llamacpp-release.b3232

ggml-tag-current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b3229
1+
b3232

ggml-tag-previous.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b3222
1+
b3229

0 commit comments

Comments
 (0)