powered by
Returns the maximum tensor size that can be allocated in the context
ggml_get_max_tensor_size(ctx)
Maximum tensor size in bytes
GGML context
# \donttest{ ctx <- ggml_init(1024 * 1024) ggml_get_max_tensor_size(ctx) ggml_free(ctx) # }
Run the code above in your browser using DataLab