powered by
Free GGML context
ggml_free(ctx)
NULL (invisible)
Context pointer
# \donttest{ ctx <- ggml_init(1024 * 1024) ggml_free(ctx) # }
Run the code above in your browser using DataLab