Skip to content

Commit

Permalink
ggml : fix labels for GGML_OP_ALIBI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 30, 2023
1 parent c3ca7a5 commit 3e5aa8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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

0 comments on commit 3e5aa8a

Please sign in to comment.