]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : fix labels for GGML_OP_ALIBI
authorGeorgi Gerganov <redacted>
Sun, 30 Apr 2023 07:25:46 +0000 (10:25 +0300)
committerGeorgi Gerganov <redacted>
Sun, 30 Apr 2023 07:25:46 +0000 (10:25 +0300)
ggml.c

diff --git a/ggml.c b/ggml.c
index 4d53b46282d880e3256ecc3f23d671431bae31cb..50685f6629a10ed5a1879a01fa0251c59d4e90c1 100644 (file)
--- a/ggml.c
+++ b/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)",