-
Notifications
You must be signed in to change notification settings - Fork 75
Fix filter for edge case & prefill bs > 1 #634
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Agata Dobrzyniewicz <[email protected]>
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.
Pull request overview
This PR fixes an edge case in the bucket filtering logic for prefill operations with batch sizes greater than 1. The change adjusts the maximum model length constraint to account for multiple prefill sequences by adding block_size * max_num_prefill_seqs to the limit.
- Updated bucket filter condition to accommodate larger batch sizes during prefill
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Agata Dobrzyniewicz <[email protected]>
🚧 CI BlockedThe main CI workflow was not started for the following reason:
|
Signed-off-by: Agata Dobrzyniewicz <[email protected]>
Signed-off-by: Agata Dobrzyniewicz <[email protected]>
✅ CI PassedAll checks passed successfully against the following vllm commit: |
No description provided.