mtmd: n_head_kv defaults to n_head (#23782)
removed AI-generated comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user