| llama_batch_free | R Documentation |
llama_batch_init()Free a llama batch allocated with llama_batch_init()
llama_batch_free(batch)
batch |
An external pointer returned by |
NULL invisibly.
## Not run:
batch <- llama_batch_init(512L)
llama_batch_free(batch)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.