Skip to content

Commit

Permalink
[auto] Sync version 2304301230.0.0+llamacpp-release.master-3e5aa8a
Browse files Browse the repository at this point in the history
== Relevant log messages from source repo:

commit 3e5aa8a1c44051153d6d7b3eeca2f4b4e5fb310c
Author: Georgi Gerganov <[email protected]>
Date:   Sun Apr 30 10:25:46 2023 +0300

    ggml : fix labels for GGML_OP_ALIBI
  • Loading branch information
github-actions committed Apr 30, 2023
1 parent ec4e33b commit 211ce63
Show file tree
Hide file tree
Showing 5 changed files with 6 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 = "2304300134.0.0+llamacpp-release.master-c3ca7a5"
version = "2304301230.0.0+llamacpp-release.master-3e5aa8a"
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 @@
2304300134.0.0+llamacpp-release.master-c3ca7a5
2304301230.0.0+llamacpp-release.master-3e5aa8a
2 changes: 2 additions & 0 deletions ggml-src/ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -3827,6 +3827,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = {
"DIAG_MASK_INF",
"SOFT_MAX",
"ROPE",
"ALIBI",
"CONV_1D_1S",
"CONV_1D_2S",

Expand Down Expand Up @@ -3875,6 +3876,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
"diag_mask_inf(x)",
"soft_max(x)",
"rope(x)",
"alibi(x)",
"conv_1d_1s(x)",
"conv_1d_2s(x)",

Expand Down
2 changes: 1 addition & 1 deletion ggml-tag-current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-c3ca7a5
master-3e5aa8a
2 changes: 1 addition & 1 deletion ggml-tag-previous.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-e8c0516
master-c3ca7a5

0 comments on commit 211ce63

Please sign in to comment.