Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9c81f35b
Unverified
Commit
9c81f35b
authored
Apr 06, 2026
by
Matthew Bonanni
Committed by
GitHub
Apr 06, 2026
Browse files
[Attention][MLA] Re-enable FA4 as default MLA prefill backend (#38819)
parent
f186cfe7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config/attention.py
vllm/config/attention.py
+1
-1
No files found.
vllm/config/attention.py
View file @
9c81f35b
...
@@ -30,7 +30,7 @@ class AttentionConfig:
...
@@ -30,7 +30,7 @@ class AttentionConfig:
use_cudnn_prefill
:
bool
=
False
use_cudnn_prefill
:
bool
=
False
"""Whether to use cudnn prefill."""
"""Whether to use cudnn prefill."""
use_trtllm_ragged_deepseek_prefill
:
bool
=
Tru
e
use_trtllm_ragged_deepseek_prefill
:
bool
=
Fals
e
"""Whether to use TRTLLM ragged deepseek prefill."""
"""Whether to use TRTLLM ragged deepseek prefill."""
use_trtllm_attention
:
bool
|
None
=
None
use_trtllm_attention
:
bool
|
None
=
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment