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 3489bbe commit d85313eCopy full SHA for d85313e
ggml/include/ggml.h
@@ -1104,7 +1104,6 @@ extern "C" {
1104
struct ggml_context * ctx,
1105
struct ggml_tensor * a);
1106
1107
-
1108
// GELU using erf (error function) when possible
1109
// some backends may fallback to approximation based on Abramowitz and Stegun formula
1110
GGML_API struct ggml_tensor * ggml_gelu_erf(
0 commit comments