-
Notifications
You must be signed in to change notification settings - Fork 710
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
MLA prefill w/o weight absorption #2349
Conversation
QQ Why |
|
What I mean here is not only performance, but also compatibility, all features can be compatible. |
Hi, @ispobock |
Motivation
For large batch sizes, not using weight absorption in the MLA prefill phase will be more efficient.
prefill w/o absorb (this PR)
prefill w/ absorb (main)
ref: #2203
Checklist