Skip to content

Commit c7b7db0

Browse files
authored
mtmd-cli: Avoid logging to stdout for model loading messages in mtmd-cli (ggml-org#17277)
1 parent 1568d13 commit c7b7db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/mtmd-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ int main(int argc, char ** argv) {
285285
}
286286

287287
mtmd_cli_context ctx(params);
288-
LOG("%s: loading model: %s\n", __func__, params.model.path.c_str());
288+
LOG_INF("%s: loading model: %s\n", __func__, params.model.path.c_str());
289289

290290
bool is_single_turn = !params.prompt.empty() && !params.image.empty();
291291

0 commit comments

Comments
 (0)