Skip to content

Commit

Permalink
Merge pull request #1547 from hugolatendresse/hugo1
Browse files Browse the repository at this point in the history
fix llama
  • Loading branch information
hugolatendresse authored Nov 29, 2024
2 parents 2ff47a6 + a321167 commit e7e74f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/models/llama.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e7e74f5

Please sign in to comment.