Skip to content

Commit

Permalink
[auto] Sync version 2406260616.0.0+llamacpp-release.b3232
Browse files Browse the repository at this point in the history
== 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()
  • Loading branch information
github-actions committed Jun 26, 2024
1 parent 08372fe commit 910a9fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ggml-sys-bleedingedge"
version = "2406260051.0.0+llamacpp-release.b3229"
version = "2406260616.0.0+llamacpp-release.b3232"
description = "Bleeding edge low-level bindings to GGML. "
repository = "https://github.com/KerfuffleV2/ggml-sys-bleedingedge"
keywords = ["deep-learning", "machine-learning", "tensors", "ggml", "ml"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2406260051.0.0+llamacpp-release.b3229
2406260616.0.0+llamacpp-release.b3232
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3229
b3232
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b3222
b3229

0 comments on commit 910a9fd

Please sign in to comment.