mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-30 12:03:38 +00:00
ggml.h: correct ggml_silu_back arg docstring (a=dy, b=x) (ggml/1500)
This commit is contained in:
parent
fa97041524
commit
b251f74f49
1 changed files with 2 additions and 2 deletions
|
|
@ -1189,8 +1189,8 @@ extern "C" {
|
|||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * a);
|
||||
|
||||
// a - x
|
||||
// b - dy
|
||||
// a - dy
|
||||
// b - x
|
||||
GGML_API struct ggml_tensor * ggml_silu_back(
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue