Skip to content

Commit cdb3dea

Browse files
committed
trailing space
1 parent b67a168 commit cdb3dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3270,7 +3270,7 @@ struct clip_model_loader {
32703270
ggml_type_name(op.op->type),
32713271
op.op->ne[0], op.op->ne[1], op.op->ne[2], op.op->ne[3]);
32723272
}
3273-
LOG_WRN("%s: flash attention is %s\n", __func__,
3273+
LOG_WRN("%s: flash attention is %s\n", __func__,
32743274
(ctx_clip.flash_attn_type == CLIP_FLASH_ATTN_TYPE_ENABLED) ? "enabled" : "disabled");
32753275
LOG_WRN("%s: please report this on github as an issue\n", __func__);
32763276
LOG_WRN("%s: ref: https://github.com/ggml-org/llama.cpp/pull/16837#issuecomment-3461676118\n", __func__);

0 commit comments

Comments
 (0)