Skip to content

Commit cc5ff50

Browse files
CISCtheo77186
authored andcommitted
model : set res->t_embd in SmallThinker models (ggml-org#16782)
1 parent a6b2776 commit cc5ff50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19678,6 +19678,7 @@ struct llm_build_smallthinker : public llm_graph_context{
1967819678

1967919679
cur = build_norm(cur, model.output_norm, NULL, LLM_NORM_RMS, -1);
1968019680
cb(cur, "result_norm", -1);
19681+
res->t_embd = cur;
1968119682

1968219683
// lm_head
1968319684
cur = build_lora_mm(model.output, cur);

0 commit comments

Comments
 (0)