| ggml_print_mem_status | R Documentation |
Helper to print memory usage information
ggml_print_mem_status(ctx)
ctx |
GGML context |
List with total, used, free memory (invisible)
ctx <- ggml_init(1024 * 1024)
ggml_print_mem_status(ctx)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.