[update] format

This commit is contained in:
megemini 2026-01-13 13:44:16 +08:00
parent 73573b70f3
commit 65e43e43f9
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ struct clip_model_loader {
model.mm_model_ln_kv_b = get_tensor(string_format(TN_MINICPMV_LN, "kv", "bias"));
model.mm_model_ln_post_w = get_tensor(string_format(TN_MINICPMV_LN, "post", "weight"));
model.mm_model_ln_post_b = get_tensor(string_format(TN_MINICPMV_LN, "post", "bias"));
} break;
} break;
case PROJECTOR_TYPE_GLM_EDGE:
{
model.mm_model_adapter_conv_w = get_tensor(string_format(TN_GLM_ADAPER_CONV, "weight"));