Learn R Programming

ggmlR (version 0.6.1)

ggml_free: Free GGML context

Description

Free GGML context

Usage

ggml_free(ctx)

Value

NULL (invisible)

Arguments

ctx

Context pointer

Examples

Run this code
# \donttest{
ctx <- ggml_init(1024 * 1024)
ggml_free(ctx)
# }

Run the code above in your browser using DataLab