prefillMs property

  1. @TagNumber.new(5)
Int64 get prefillMs

Prefill (prompt eval) wall time. cf. llama.cpp timings.prompt_ms, Ollama prompt_eval_duration. 0 when the backend does not report it.

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get prefillMs => $_getI64(4);
  1. @TagNumber.new(5)
set prefillMs (Int64 value)

Implementation

@$pb.TagNumber(5)
set prefillMs($fixnum.Int64 value) => $_setInt64(4, value);