llama_model_has_decoder method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
bool llama_model_has_decoder(
ffi.Pointer<llama_model> model,
) {
return _llama_model_has_decoder(
model,
);
}