| ggml_get_rel_pos | R Documentation |
Gathers relative-position rows for relative-position attention bias.
ggml_get_rel_pos(ctx, a, qh, kh)
ctx |
GGML context |
a |
Input tensor |
qh |
Query height |
kh |
Key height |
Relative-position tensor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.