| ggml_get_mem_size | R Documentation |
Returns the total memory pool size of the context
ggml_get_mem_size(ctx)
ctx |
GGML context |
Total memory size in bytes
ctx <- ggml_init(1024 * 1024)
ggml_get_mem_size(ctx)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.