From: Georgi Gerganov Date: Sun, 30 Apr 2023 07:25:13 +0000 (+0300) Subject: ggml : fix labels for GGML_OP_ALIBI X-Git-Tag: upstream/0.0.1642~1503 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9d7974c3cf1284b4ddb926d94552e9fe4c4ad483;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix labels for GGML_OP_ALIBI --- diff --git a/src/ggml.c b/src/ggml.c index 4d53b462..50685f66 100644 --- a/src/ggml.c +++ b/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)",