From a3211675df994c259f61ed3f2451e29806b085ed Mon Sep 17 00:00:00 2001 From: Hugo Latendresse Date: Fri, 29 Nov 2024 15:09:44 -0500 Subject: [PATCH] fix llama --- inference/models/llama.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/models/llama.cc b/inference/models/llama.cc index ba18e0a23d..7b4a14b472 100644 --- a/inference/models/llama.cc +++ b/inference/models/llama.cc @@ -170,7 +170,7 @@ void LLAMA::create_llama_model(FFModel &ff, 1.0f, /*scaling factor*/ true, /*qk_prod_scaling*/ false, /*position_bias*/ - std::string("layers." + std::to_string(i) + ".self_attn") log + std::string("layers." + std::to_string(i) + ".self_attn") .c_str() /*name*/ ); break;