minor : style

This commit is contained in:
Georgi Gerganov 2025-02-02 09:47:57 +02:00 committed by GitHub
parent c8ec97d95e
commit 31191addf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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