Skip to content

Commit 3e5aa8a

Browse files
committed
ggml : fix labels for GGML_OP_ALIBI
1 parent c3ca7a5 commit 3e5aa8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,6 +3827,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = {
38273827
"DIAG_MASK_INF",
38283828
"SOFT_MAX",
38293829
"ROPE",
3830+
"ALIBI",
38303831
"CONV_1D_1S",
38313832
"CONV_1D_2S",
38323833

@@ -3875,6 +3876,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
38753876
"diag_mask_inf(x)",
38763877
"soft_max(x)",
38773878
"rope(x)",
3879+
"alibi(x)",
38783880
"conv_1d_1s(x)",
38793881
"conv_1d_2s(x)",
38803882

0 commit comments

Comments
 (0)