| llama_free_model | R Documentation |
Free a loaded model
llama_free_model(model)
model |
Model handle returned by [llama_load_model] |
No return value, called for side effects. Releases the memory associated with the model.
## Not run:
model <- llama_load_model("model.gguf")
# ... use model ...
llama_free_model(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.