-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vllm_worker returning LIST instead of STR causes error in opeanai_api_server.py #2399
Comments
Okay, but that works as a patch for the openai_api_server. What is the reason for this? Users with different apis that the openai_api_server will now need to be aware and deal accordingly with this difference in behaviours. |
I see. Your arguments are correct. We should make their output formats the same. Could you contribute a PR to unify their outputs? |
@leiwen83 Sorry but I have to revert #2372 again to address these issues. Please submit a new PR with all bugs fixed.
|
Got it, I would resend the PR. |
@merrymercy I resend latest PR fixing issues: #2442. All bugs mentioned are fixed and tests are passed. Please help review~ |
This is the error message
commit a5e6abf introduced the changes in vllm_worker.py that are causing this behaviour
The text was updated successfully, but these errors were encountered: