MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_log_set

Function ggml_log_set

subprojects/llama.cpp/ggml/src/ggml.c:7618–7621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7616}
7617
7618void ggml_log_set(ggml_log_callback log_callback, void * user_data) {
7619 g_logger_state.log_callback = log_callback ? log_callback : ggml_log_callback_default;
7620 g_logger_state.log_callback_user_data = user_data;
7621}
7622
7623void ggml_threadpool_params_init(struct ggml_threadpool_params * p, int n_threads) {
7624 p->n_threads = n_threads;

Callers 3

llama_log_setFunction · 0.85
mainFunction · 0.85
apir_backend_initializeFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68