-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
[Bugfix][MLA] Change default SM100 MLA prefill backend back to TRT-LLM #38562
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -30,7 +30,7 @@ class AttentionConfig: | |||
| use_cudnn_prefill: bool = False | ||||
| """Whether to use cudnn prefill.""" | ||||
|
|
||||
| use_trtllm_ragged_deepseek_prefill: bool = False | ||||
| use_trtllm_ragged_deepseek_prefill: bool = True | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where do we control FA4 MLA prefill? I don't see a similar entry for it
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It falls through to FA4 when trtllm isn't enabled. It's a messy interface, #32623 will clean this up
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Relevant code block is here:
|
||||
| """Whether to use TRTLLM ragged deepseek prefill.""" | ||||
|
|
||||
| use_trtllm_attention: bool | None = None | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.