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

[BugFix] Fix and simplify completion API usage streaming #9475

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

njhill
Copy link
Member

@njhill njhill commented Oct 17, 2024

Similar to what was done for the chat API in #9357. Ensure that the final chunk with usage data contains aggregate counts across all choices.

Also simplify some of the prompt-handling logic in the API implementation.

Similar to what was done for the chat API in vllm-project#9357. Ensure that the final chunk with usage data contains aggregate counts across all choices.

Also simplify some of the prompt-handling logic in the API implementation.
@njhill
Copy link
Member Author

njhill commented Oct 17, 2024

Draft because there are typing errors that will be fixed by #9473.

Edit: strange that the CI didn't fail with the same mypy errors that I see locally...

@vllm-project vllm-project deleted a comment from github-actions bot Oct 17, 2024
@njhill njhill marked this pull request as ready for review October 17, 2024 23:00
@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Oct 18, 2024
Copy link
Member

@DarkLight1337 DarkLight1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice cleanup work! I really hate this part of the code with so many if-else switches...

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) October 18, 2024 06:57
@DarkLight1337 DarkLight1337 merged commit 25aeb7d into vllm-project:main Oct 18, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready ONLY add when PR is ready to merge/full CI is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants