Skip to content

Commit dfd84ad

Browse files
committed
Smallthinker changes from master
1 parent 31d8e20 commit dfd84ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/smallthinker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ llm_build_smallthinker<iswa>::llm_build_smallthinker(const llama_model & model,
105105

106106
cur = build_norm(cur, model.output_norm, NULL, LLM_NORM_RMS, -1);
107107
cb(cur, "result_norm", -1);
108+
res->t_embd = cur;
108109

109110
// lm_head
110111
cur = build_lora_mm(model.output, cur);

0 commit comments

Comments
 (0)