From 211ce63c656ed592548b0b1c48ecfc1675c490bf Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 30 Apr 2023 12:31:22 +0000 Subject: [PATCH] [auto] Sync version 2304301230.0.0+llamacpp-release.master-3e5aa8a == Relevant log messages from source repo: commit 3e5aa8a1c44051153d6d7b3eeca2f4b4e5fb310c Author: Georgi Gerganov Date: Sun Apr 30 10:25:46 2023 +0300 ggml : fix labels for GGML_OP_ALIBI --- Cargo.toml | 2 +- VERSION.txt | 2 +- ggml-src/ggml.c | 2 ++ ggml-tag-current.txt | 2 +- ggml-tag-previous.txt | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8d31fd..750e1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/VERSION.txt b/VERSION.txt index 2782b76..cbea8b7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2304300134.0.0+llamacpp-release.master-c3ca7a5 +2304301230.0.0+llamacpp-release.master-3e5aa8a diff --git a/ggml-src/ggml.c b/ggml-src/ggml.c index 4d53b46..50685f6 100644 --- a/ggml-src/ggml.c +++ b/ggml-src/ggml.c @@ -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", @@ -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)", diff --git a/ggml-tag-current.txt b/ggml-tag-current.txt index 52c920b..8ce2545 100644 --- a/ggml-tag-current.txt +++ b/ggml-tag-current.txt @@ -1 +1 @@ -master-c3ca7a5 +master-3e5aa8a diff --git a/ggml-tag-previous.txt b/ggml-tag-previous.txt index 3c0daf0..52c920b 100644 --- a/ggml-tag-previous.txt +++ b/ggml-tag-previous.txt @@ -1 +1 @@ -master-e8c0516 +master-c3ca7a5