Add control vector
This commit is contained in:
parent
a818a548ca
commit
ec25dfc75a
1 changed files with 1 additions and 0 deletions
|
@ -11090,6 +11090,7 @@ struct llm_build_context {
|
|||
cb(cur, "ffn_post_norm", -1);
|
||||
|
||||
cur = ggml_add(ctx0, cur, sa_out);
|
||||
cur = lctx.cvec.apply_to(ctx0, cur, il);
|
||||
cb(cur, "l_out", il);
|
||||
|
||||
// input for next layer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue