powered by
Check if no-allocation mode is enabled
ggml_get_no_alloc(ctx)
Logical indicating if no_alloc is enabled
GGML context
# \donttest{ ctx <- ggml_init(1024 * 1024) ggml_get_no_alloc(ctx) ggml_free(ctx) # }
Run the code above in your browser using DataLab