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)A compiled ggmlR model object (sequential or functional).
A "ggmlR_marshaled" container.
Backend selection passed through to
ggml_load_model. Default "auto".
ggml_marshal_model, ggml_load_model