We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186d7a8 commit d5e50aaCopy full SHA for d5e50aa
tools/mtmd/clip.cpp
@@ -2070,6 +2070,10 @@ struct clip_model_loader {
2070
LOG_INF("%s: ffn_op: %s\n", __func__, log_ffn_op.c_str());
2071
LOG_INF("%s: model size: %.2f MiB\n", __func__, model_size / 1024.0 / 1024.0);
2072
LOG_INF("%s: metadata size: %.2f MiB\n", __func__, ggml_get_mem_size(ctx_meta.get()) / 1024.0 / 1024.0);
2073
+
2074
+ if (ctx_clip.proj_type == PROJECTOR_TYPE_LLAMA4) {
2075
+ LOG_WRN("%s: llama 4 vision is known to have degraded quality: https://github.com/ggml-org/llama.cpp/pull/13282\n", __func__);
2076
+ }
2077
}
2078
2079
0 commit comments