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
145c00a4
Unverified
Commit
145c00a4
authored
Nov 03, 2025
by
Matthew Bonanni
Committed by
GitHub
Nov 03, 2025
Browse files
[Bugfix] change FlashMLA reorder_batch_threshold (#27777)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
55011aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/attention/backends/mla/flashmla.py
vllm/v1/attention/backends/mla/flashmla.py
+1
-1
No files found.
vllm/v1/attention/backends/mla/flashmla.py
View file @
145c00a4
...
@@ -71,7 +71,7 @@ class FlashMLAMetadata(MLACommonMetadata[FlashMLADecodeMetadata]):
...
@@ -71,7 +71,7 @@ class FlashMLAMetadata(MLACommonMetadata[FlashMLADecodeMetadata]):
class
FlashMLAMetadataBuilder
(
MLACommonMetadataBuilder
[
FlashMLAMetadata
]):
class
FlashMLAMetadataBuilder
(
MLACommonMetadataBuilder
[
FlashMLAMetadata
]):
cudagraph_support
:
ClassVar
[
AttentionCGSupport
]
=
AttentionCGSupport
.
UNIFORM_BATCH
cudagraph_support
:
ClassVar
[
AttentionCGSupport
]
=
AttentionCGSupport
.
UNIFORM_BATCH
query_len_support
:
ClassVar
[
QueryLenSupport
]
=
QueryLenSupport
.
UNIFORM
query_len_support
:
ClassVar
[
QueryLenSupport
]
=
QueryLenSupport
.
UNIFORM
reorder_batch_threshold
:
int
=
5
12
# process small prefills with decode pathway
reorder_batch_threshold
:
int
=
12
8
# process small prefills with decode pathway
# ^ TODO(matt): tune this
# ^ TODO(matt): tune this
def
__init__
(
def
__init__
(
...
...
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