mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	llm : fix falcon norm after refactoring (#3837)
This commit is contained in:
		| @@ -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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov