ggml_set_no_alloc method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_set_no_alloc(
ffi.Pointer<ggml_context> ctx,
bool no_alloc,
) {
return _ggml_set_no_alloc(
ctx,
no_alloc,
);
}