llama_get_state_size function
- @Native<Size Function(Pointer<
llama_context> )>(ffi.Pointer<llama_context>)>()
- Pointer<
llama_context> ctx
Implementation
@ffi.Native<ffi.Size Function(ffi.Pointer<llama_context>)>()
external int llama_get_state_size(ffi.Pointer<llama_context> ctx);