llama_get_model method

Pointer<llama_model> llama_get_model(
  1. Pointer<llama_context> ctx
)

Implementation

ffi.Pointer<llama_model> llama_get_model(
  ffi.Pointer<llama_context> ctx,
) {
  return _llama_get_model(
    ctx,
  );
}