File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1272,8 +1272,8 @@ struct clip_model_loader {
12721272 LOG_INF (" %s: minicpmv_projector: %d\n " , __func__, ctx_clip.has_minicpmv_projector );
12731273 LOG_INF (" %s: minicpmv_version: %d\n " , __func__, ctx_clip.minicpmv_version );
12741274 LOG_INF (" %s: glm_projector: %d\n " , __func__, ctx_clip.has_glm_projector );
1275- LOG_INF (" %s: model size: %.2f MB \n " , __func__, model_size / 1024.0 / 1024.0 );
1276- LOG_INF (" %s: metadata size: %.2f MB \n " , __func__, ggml_get_mem_size (ctx_meta.get ()) / 1024.0 / 1024.0 );
1275+ LOG_INF (" %s: model size: %.2f MiB \n " , __func__, model_size / 1024.0 / 1024.0 );
1276+ LOG_INF (" %s: metadata size: %.2f MiB \n " , __func__, ggml_get_mem_size (ctx_meta.get ()) / 1024.0 / 1024.0 );
12771277 }
12781278 }
12791279 }
You can’t perform that action at this time.
0 commit comments