Skip to content

Commit 523e49b

Browse files
committed
llm : fix falcon norm after refactoring (#3837)
1 parent e16b9fa commit 523e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: llama.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3763,7 +3763,7 @@ struct llm_build_context {
37633763
{
37643764
if (model.layers[il].attn_norm_2) {
37653765
// Falcon-40B
3766-
cur = llm_build_norm(ctx0, attn_norm, hparams,
3766+
cur = llm_build_norm(ctx0, inpL, hparams,
37673767
model.layers[il].attn_norm_2,
37683768
model.layers[il].attn_norm_2_b,
37693769
LLM_NORM, cb, il);

0 commit comments

Comments
 (0)