-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Core] Make raw_request optional in ServingCompletion #12503
[Core] Make raw_request optional in ServingCompletion #12503
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
ee17c2f
to
e2a9613
Compare
Could you elaborate on the use case for this? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, thanks for adding and explaining this!
I'll enable auto-merge once you fix the typo. |
Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
Thanks for the super quick turn around! |
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com> Signed-off-by: Isotr0py <2037008807@qq.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com> Signed-off-by: Linkun Chen <github@lkchen.net>
…2503) Signed-off-by: Sebastian Schönnenbeck <sebastian.schoennenbeck@comma-soft.com> Signed-off-by: saeediy <saidakbarp@gmail.com>
This PR simply ports the logic that is already used in
OpenAIServingChat
toOpenAIServingCompletion
to make passing theraw_request
optional.