Skip to content

Commit 8d9db79

Browse files
committed
Revert "ggml : fix the order of ggml_unary_op (ggml-org#13718)"
This reverts commit e16c473.
1 parent 31b150e commit 8d9db79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml/include/ggml.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,15 @@ extern "C" {
534534
GGML_UNARY_OP_STEP,
535535
GGML_UNARY_OP_TANH,
536536
GGML_UNARY_OP_ELU,
537-
GGML_UNARY_OP_RELU,
538537
GGML_UNARY_OP_SIGMOID,
539538
GGML_UNARY_OP_GELU,
539+
GGML_UNARY_OP_GELU_ERF,
540540
GGML_UNARY_OP_GELU_QUICK,
541541
GGML_UNARY_OP_SILU,
542542
GGML_UNARY_OP_HARDSWISH,
543543
GGML_UNARY_OP_HARDSIGMOID,
544544
GGML_UNARY_OP_EXP,
545-
GGML_UNARY_OP_GELU_ERF,
545+
GGML_UNARY_OP_RELU,
546546

547547
GGML_UNARY_OP_COUNT,
548548
};

0 commit comments

Comments
 (0)