Skip to content

mtmd: add mtmd_log_set (breaking change)#17268

Merged
ngxson merged 1 commit intoggml-org:masterfrom
ngxson:xsn/mtmd_set_log
Nov 14, 2025
Merged

mtmd: add mtmd_log_set (breaking change)#17268
ngxson merged 1 commit intoggml-org:masterfrom
ngxson:xsn/mtmd_set_log

Conversation

@ngxson
Copy link
Contributor

@ngxson ngxson commented Nov 14, 2025

Small breaking change:

  • mtmd_context_params.verbosity is removed
    • by default, everything will be logged to stderr
    • provide your custom log function via mtmd_log_set()
  • If you don't care about logging, simply delete verbosity from your mtmd_context_params
// this will call mtmd_log_set() internally
// logs will be redirect to either stderr or files, based on common_log config
mtmd_helper_log_set(common_log_default_callback, nullptr);

@ngxson ngxson merged commit 9b17d74 into ggml-org:master Nov 14, 2025
63 of 70 checks passed
Anico2 added a commit to Anico2/llama.cpp that referenced this pull request Jan 15, 2026
blime4 referenced this pull request in blime4/llama.cpp Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants