| ggml_get_max_tensor_size | R Documentation |
Returns the maximum tensor size that can be allocated in the context
ggml_get_max_tensor_size(ctx)
ctx |
GGML context |
Maximum tensor size in bytes
ctx <- ggml_init(1024 * 1024)
ggml_get_max_tensor_size(ctx)
ggml_free(ctx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.