prefillMs property
- @TagNumber.new(5)
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);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set prefillMs($fixnum.Int64 value) => $_setInt64(4, value);