powered by
Returns the total memory pool size of the context
ggml_get_mem_size(ctx)
Total memory size in bytes
GGML context
# \donttest{ ctx <- ggml_init(1024 * 1024) ggml_get_mem_size(ctx) ggml_free(ctx) # }
Run the code above in your browser using DataLab