llama_state_get_data method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
int llama_state_get_data(
ffi.Pointer<llama_context> ctx,
ffi.Pointer<ffi.Uint8> dst,
int size,
) {
return _llama_state_get_data(
ctx,
dst,
size,
);
}