llama_get_logits method

Pointer<Float> llama_get_logits(
  1. Pointer<llama_context> ctx
)

Implementation

ffi.Pointer<ffi.Float> llama_get_logits(
  ffi.Pointer<llama_context> ctx,
) {
  return _llama_get_logits(
    ctx,
  );
}