Skip to content

Commit

Permalink
llm : fix falcon norm after refactoring (ggerganov#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Nov 1, 2023
1 parent e16b9fa commit 523e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 523e49b

Please sign in to comment.