| gguf_free | R Documentation |
Explicitly frees the internal GGUF context. Called automatically by the garbage collector, but can be called manually to release memory sooner.
gguf_free(x)
x |
A |
Called for its side effect (releases the GGUF context); invisibly returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.