Wrong input was being fed to moe layer. This needs to be corrected
Co-authored-by: Megha Agarwal <16129366+megha95@users.noreply.github.com>
This commit is contained in:
parent
542585fbea
commit
ecbfb1b584
1 changed files with 1 additions and 1 deletions
|
@ -7165,7 +7165,7 @@ struct llm_build_context {
|
||||||
|
|
||||||
// feed-forward network
|
// feed-forward network
|
||||||
// MoE branch
|
// MoE branch
|
||||||
cur = llm_build_norm(ctx0, cur, hparams,
|
cur = llm_build_norm(ctx0, ffn_inp, hparams,
|
||||||
model.layers[il].attn_out_norm, NULL,
|
model.layers[il].attn_out_norm, NULL,
|
||||||
LLM_NORM, cb, il);
|
LLM_NORM, cb, il);
|
||||||
cb(cur, "attn_out_norm", il);
|
cb(cur, "attn_out_norm", il);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue