-
Notifications
You must be signed in to change notification settings - Fork 100
WA shared bias in UA #727
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
WA shared bias in UA #727
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 implements a workaround to address out-of-memory issues related to huge shared bias in the unified bucketing strategy by limiting the maximum shared context to a single block size instead of calculating it based on model length and available blocks.
- Temporarily caps
max_shared_ctxtoblock_sizeto prevent OOM errors - Comments out the original calculation logic for future restoration
- Adds a TODO comment indicating this is a temporary workaround
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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]>
✅ CI PassedAll checks passed successfully against the following vllm commit: |
Signed-off-by: Agata Dobrzyniewicz <[email protected]> Signed-off-by: Agata Dobrzyniewicz <[email protected]> Signed-off-by: Jin, Youzhi <[email protected]>
No description provided.