-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
Using vllm v0.7.3
🐛 Describe the bug
When making a request via the OpenAI API using the top_logprobs atgument, the logging of the request shows a warning that says:
The following fields were present in the request but ignore: {'top_logprobs'}
This behaviour should be reserved to the args in the request that are not expected by the ChatCompletionRequest() class, but top_logprobs is actually part of its args.
This warning is raised by the function __log_extra_fields__() in vllm/entrypoints/openai/protocol.py. The warning started to appear in version v0.7.1 and I think was introduced in the PR #12420 (I would like to tag @maxdebayser for more some help :))
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
bugSomething isn't workingSomething isn't working