Skip to content
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

Remove exclude_unset in streaming response #3143

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

sh0416
Copy link
Contributor

@sh0416 sh0416 commented Mar 1, 2024

#3142

Remove exclude_unset fields by restoring the fields that are excluded unintentionally.

Please refer to the issue.

@sh0416
Copy link
Contributor Author

sh0416 commented Mar 1, 2024

@simon-mo Could you check it for me? It seems that you developed the code initially.

@sh0416
Copy link
Contributor Author

sh0416 commented Mar 1, 2024

I also encounter internal server error while requesting with echo. The error has been raised as we did not pass prompt to the AsyncLLMEngine.

#3145

@WoosukKwon WoosukKwon requested a review from simon-mo March 1, 2024 16:25
@simon-mo simon-mo merged commit 27ca23d into vllm-project:main Mar 1, 2024
22 checks passed
@simon-mo
Copy link
Collaborator

simon-mo commented Mar 1, 2024

Yes this is fine. Originally the exclude_unset is there to save some bytes. But it seems the OpenAI behavior is returning all entries.

xjpang pushed a commit to xjpang/vllm that referenced this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants