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 b67a168 commit cdb3deaCopy full SHA for cdb3dea
tools/mtmd/clip.cpp
@@ -3270,7 +3270,7 @@ struct clip_model_loader {
3270
ggml_type_name(op.op->type),
3271
op.op->ne[0], op.op->ne[1], op.op->ne[2], op.op->ne[3]);
3272
}
3273
- LOG_WRN("%s: flash attention is %s\n", __func__,
+ LOG_WRN("%s: flash attention is %s\n", __func__,
3274
(ctx_clip.flash_attn_type == CLIP_FLASH_ATTN_TYPE_ENABLED) ? "enabled" : "disabled");
3275
LOG_WRN("%s: please report this on github as an issue\n", __func__);
3276
LOG_WRN("%s: ref: https://github.com/ggml-org/llama.cpp/pull/16837#issuecomment-3461676118\n", __func__);
0 commit comments