Explorar o código

llm : fix falcon norm after refactoring (#3837)

Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
523e49b111
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      llama.cpp

+ 1 - 1
llama.cpp

@@ -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);