llama_model_n_params method
Returns the total number of parameters in the model
Implementation
int llama_model_n_params(
ffi.Pointer<llama_model> model,
) {
return _llama_model_n_params(
model,
);
}
Returns the total number of parameters in the model
int llama_model_n_params(
ffi.Pointer<llama_model> model,
) {
return _llama_model_n_params(
model,
);
}