powered by
Redirects GGML log messages to R's message system: - INFO/DEBUG messages go to stdout (via Rprintf) - WARN/ERROR messages go to stderr (via REprintf)
ggml_log_set_r()
NULL invisibly
Other logging: ggml_abort_is_r_enabled(), ggml_log_is_r_enabled(), ggml_log_set_default(), ggml_set_abort_callback_default(), ggml_set_abort_callback_r()
ggml_abort_is_r_enabled()
ggml_log_is_r_enabled()
ggml_log_set_default()
ggml_set_abort_callback_default()
ggml_set_abort_callback_r()
# \donttest{ ggml_log_set_r() # Now GGML messages will appear in R console # }
Run the code above in your browser using DataLab