| ggml_geglu_quick | R Documentation |
Creates a graph node for fast GeGLU approximation. Uses faster but less accurate GELU approximation for gating.
ggml_geglu_quick(ctx, a)
ctx |
GGML context |
a |
Input tensor (first dimension must be even) |
Tensor with half the first dimension of input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.