We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ca7a5 commit 3e5aa8aCopy full SHA for 3e5aa8a
ggml.c
@@ -3827,6 +3827,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = {
3827
"DIAG_MASK_INF",
3828
"SOFT_MAX",
3829
"ROPE",
3830
+ "ALIBI",
3831
"CONV_1D_1S",
3832
"CONV_1D_2S",
3833
@@ -3875,6 +3876,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
3875
3876
"diag_mask_inf(x)",
3877
"soft_max(x)",
3878
"rope(x)",
3879
+ "alibi(x)",
3880
"conv_1d_1s(x)",
3881
"conv_1d_2s(x)",
3882
0 commit comments