logits_all property

  1. @Bool()
bool logits_all
getter/setter pair

the llama_eval() call computes all logits, not just the last one

Implementation

@ffi.Bool()
external bool logits_all;