| ggml_get_no_alloc | R Documentation |
Check if no-allocation mode is enabled
ggml_get_no_alloc(ctx)
ctx |
GGML context |
Logical indicating if no_alloc is enabled
ctx <- ggml_init(1024 * 1024)
ggml_get_no_alloc(ctx)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.