Skip to content

Commit d424fb4

Browse files
committed
fix llama_n_head
1 parent 44ffe63 commit d424fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6890,7 +6890,7 @@ int llama_n_embd(const struct llama_model * model) {
68906890
return model->hparams.n_embd;
68916891
}
68926892

6893-
int llama_model_n_head(const struct llama_model * model) {
6893+
int llama_n_head(const struct llama_model * model) {
68946894
return model->hparams.n_head;
68956895
}
68966896

0 commit comments

Comments
 (0)