llm : fix falcon norm after refactoring (#3837)
This commit is contained in:
parent
e16b9fa4ba
commit
523e49b111
1 changed files with 1 additions and 1 deletions
|
@ -3763,7 +3763,7 @@ struct llm_build_context {
|
|||
{
|
||||
if (model.layers[il].attn_norm_2) {
|
||||
// Falcon-40B
|
||||
cur = llm_build_norm(ctx0, attn_norm, hparams,
|
||||
cur = llm_build_norm(ctx0, inpL, hparams,
|
||||
model.layers[il].attn_norm_2,
|
||||
model.layers[il].attn_norm_2_b,
|
||||
LLM_NORM, cb, il);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue