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 1568d13 commit c7b7db0Copy full SHA for c7b7db0
tools/mtmd/mtmd-cli.cpp
@@ -285,7 +285,7 @@ int main(int argc, char ** argv) {
285
}
286
287
mtmd_cli_context ctx(params);
288
- LOG("%s: loading model: %s\n", __func__, params.model.path.c_str());
+ LOG_INF("%s: loading model: %s\n", __func__, params.model.path.c_str());
289
290
bool is_single_turn = !params.prompt.empty() && !params.image.empty();
291
0 commit comments