| ggml_model_backend | R Documentation |
Reports the backend the model was actually compiled onto, making a
silent backend = "auto" fallback to CPU (when no GPU is available)
inspectable. Works on a raw sequential/functional model or a fitted parsnip
engine object.
ggml_model_backend(object, verbose = FALSE)
object |
A compiled/fitted |
verbose |
If |
If verbose = FALSE, a length-1 character: the backend in use
("vulkan" or "cpu"). If verbose = TRUE, a list with:
requested (what was asked: "auto"/"cpu"/"vulkan"),
used ("vulkan"/"cpu"), device (GPU device
description, or "cpu") and fallback (logical: TRUE when
a non-CPU backend was requested but CPU was used instead).
ggml_training_history
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.