-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Closed
Labels
usageHow to use vllmHow to use vllm
Description
Your current environment
pip install vllm
How would you like to use vllm
Hi! When I use vllm for classification, I find that the returned output is something like: ClassificationOutput(num_classes=5), which only contains the probabilities.
Now, I want to directly get the logits (i.e. vectors before softmax).
I think it sounds easy, but I cannot find a good way. Anyone can help me?
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
usageHow to use vllmHow to use vllm