| ggml_unmarshal_model | R Documentation |
Reconstructs a ggmlR model previously produced by
ggml_marshal_model. Validates the container's format tag,
schema version, and (if digest is installed) the SHA-256 checksum of
the payload before deserializing.
ggml_unmarshal_model(x, backend = NULL)
x |
A |
backend |
Backend selection passed through to
|
A compiled ggmlR model object (sequential or functional).
ggml_marshal_model, ggml_load_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.