Skip to content

Conversation

@ngxson
Copy link
Collaborator

@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
basnijholt pushed a commit to basnijholt/llama.cpp that referenced this pull request Nov 16, 2025
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