| ggml_silu_inplace | R Documentation |
Creates a graph node for in-place SiLU (Sigmoid Linear Unit) activation. CRITICAL for LLaMA models with memory efficiency.
ggml_silu_inplace(ctx, a)
ctx |
GGML context |
a |
Input tensor (will be modified in-place) |
View of tensor a with SiLU applied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.