mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
prompt logprobs simplicity
This commit is contained in:
parent
f1c20591b6
commit
5aaf7a346c
5 changed files with 69 additions and 69 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue