mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 05:17:21 +01:00
llm : fix falcon norm after refactoring (#3837)
This commit is contained in:
parent
e16b9fa4ba
commit
523e49b111
@ -3763,7 +3763,7 @@ struct llm_build_context {
|
|||||||
{
|
{
|
||||||
if (model.layers[il].attn_norm_2) {
|
if (model.layers[il].attn_norm_2) {
|
||||||
// Falcon-40B
|
// 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,
|
||||||
model.layers[il].attn_norm_2_b,
|
model.layers[il].attn_norm_2_b,
|
||||||
LLM_NORM, cb, il);
|
LLM_NORM, cb, il);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user