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 31b150e commit 8d9db79Copy full SHA for 8d9db79
ggml/include/ggml.h
@@ -534,15 +534,15 @@ extern "C" {
534
GGML_UNARY_OP_STEP,
535
GGML_UNARY_OP_TANH,
536
GGML_UNARY_OP_ELU,
537
- GGML_UNARY_OP_RELU,
538
GGML_UNARY_OP_SIGMOID,
539
GGML_UNARY_OP_GELU,
+ GGML_UNARY_OP_GELU_ERF,
540
GGML_UNARY_OP_GELU_QUICK,
541
GGML_UNARY_OP_SILU,
542
GGML_UNARY_OP_HARDSWISH,
543
GGML_UNARY_OP_HARDSIGMOID,
544
GGML_UNARY_OP_EXP,
545
- GGML_UNARY_OP_GELU_ERF,
+ GGML_UNARY_OP_RELU,
546
547
GGML_UNARY_OP_COUNT,
548
};
0 commit comments