minor : style
This commit is contained in:
parent
c8ec97d95e
commit
31191addf6
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ void llama_model::load_hparams(llama_model_loader & ml) {
|
|||
}
|
||||
} break;
|
||||
case 40: {
|
||||
if(hparams.n_head(0) == 24){
|
||||
if (hparams.n_head(0) == 24) {
|
||||
type = LLM_TYPE_4B;
|
||||
} else {
|
||||
type = LLM_TYPE_9B;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue