Skip to content

Commit 376f80a

Browse files
ngxsonggerganov
andauthored
Update examples/llava/clip.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 853705e commit 376f80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llava/clip.cpp

+2-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)