Skip to content

Commit 41e7949

Browse files
authored
ggml.h: correct ggml_silu_back arg docstring (a=dy, b=x) (#1500)
1 parent 675a08c commit 41e7949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ggml.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ extern "C" {
11891189
struct ggml_context * ctx,
11901190
struct ggml_tensor * a);
11911191

1192-
// a - x
1193-
// b - dy
1192+
// a - dy
1193+
// b - x
11941194
GGML_API struct ggml_tensor * ggml_silu_back(
11951195
struct ggml_context * ctx,
11961196
struct ggml_tensor * a,

0 commit comments

Comments
 (0)