Skip to content

Commit 08c0cec

Browse files
committed
Error correction
1 parent 29597b7 commit 08c0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,6 @@ static_assert(GGML_OP_POOL_COUNT == 2, "GGML_OP_POOL_COUNT != 2");
11271127

11281128
static const char * GGML_UNARY_OP_NAME[GGML_UNARY_OP_COUNT] = {
11291129
"ABS",
1130-
"ROUND",
11311130
"SGN",
11321131
"NEG",
11331132
"STEP",
@@ -1142,6 +1141,7 @@ static const char * GGML_UNARY_OP_NAME[GGML_UNARY_OP_COUNT] = {
11421141
"HARDSIGMOID",
11431142
"EXP",
11441143
"GELU_ERF",
1144+
"TRUNC",
11451145
};
11461146

11471147
static_assert(GGML_UNARY_OP_COUNT == 16, "GGML_UNARY_OP_COUNT != 16");

0 commit comments

Comments
 (0)