prompt logprobs simplicity

This commit is contained in:
Jai Suphavadeeprasit 2026-03-03 22:06:49 -05:00
parent f1c20591b6
commit 5aaf7a346c
5 changed files with 69 additions and 69 deletions

View file

@ -16,7 +16,7 @@ For automatic token and logprob tracking, see the [ManagedServer Guide](MANAGED_
- `prompt_topk_token_ids`
- `prompt_topk_logprobs`
For backends that only expose sampled-token logprobs, prompt top-k arrays are synthesized with `k=1` for interface compatibility.
Strict mode: backends must return real prompt top-k arrays. Missing keys or malformed shapes fail fast.
## Reasoning Model Support