powered by
Helper to print memory usage information
ggml_print_mem_status(ctx)
List with total, used, free memory (invisible)
GGML context
# \donttest{ ctx <- ggml_init(1024 * 1024) ggml_print_mem_status(ctx) ggml_free(ctx) # }
Run the code above in your browser using DataLab