| ggml_load_weights | R Documentation |
Loads previously saved weights into a compiled model. The model architecture must match the saved weights (same layer types, sizes, and shapes).
ggml_load_weights(model, path)
model |
A compiled ggml_sequential_model (same architecture as saved) |
path |
File path to load weights from |
The model with loaded weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.