llama_log_set method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
void llama_log_set(
ggml_log_callback log_callback,
ffi.Pointer<ffi.Void> user_data,
) {
return _llama_log_set(
log_callback,
user_data,
);
}