llama_model_size method
Returns the total size of all the tensors in the model in bytes
Implementation
int llama_model_size(
ffi.Pointer<llama_model> model,
) {
return _llama_model_size(
model,
);
}
Returns the total size of all the tensors in the model in bytes
int llama_model_size(
ffi.Pointer<llama_model> model,
) {
return _llama_model_size(
model,
);
}