mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
model : set res->t_embd in PLaMo2 models (#16766)
This commit is contained in:
parent
f90b4a8efe
commit
226f295f4d
1 changed files with 2 additions and 0 deletions
|
|
@ -17965,6 +17965,8 @@ struct llm_build_plamo2 : public llm_graph_context_mamba {
|
|||
cur = build_norm(cur, model.output_norm, NULL, LLM_NORM_RMS, -1);
|
||||
cb(cur, "result_norm", -1);
|
||||
|
||||
res->t_embd = cur;
|
||||
|
||||
// lm_head
|
||||
cur = build_lora_mm(model.output, cur);
|
||||
cb(cur, "result_output", -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue