vllm.logprobs ¶
   Logprob  dataclass  ¶
 Infos for supporting OpenAI compatible logprobs and token ranks.
Attributes:
| Name | Type | Description | 
|---|---|---|
logprob |   float  |    The logprob of chosen token  |  
rank |   int | None  |    The vocab rank of chosen token (>=1)  |  
decoded_token |   str | None  |    The decoded chosen token index  |