| ggml_log_set_r | R Documentation |
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_log_set_r()
# Now GGML messages will appear in R console
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.