mtmd: n_head_kv defaults to n_head (#23782)

removed AI-generated comment
This commit is contained in:
Saba Fallah
2026-05-28 16:44:36 +02:00
committed by GitHub
parent d6be3158e1
commit 0b56d283bf
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -29,6 +29,7 @@ struct clip_graph {
const int n_patches;
const int n_embd;
const int n_head;
const int n_head_kv;
const int d_head;
const int n_layer;
const int n_mmproj_embd;