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
cc2dca96
Commit
cc2dca96
authored
Sep 24, 2025
by
SAC_fanth
Browse files
修复mtp和VLLM_USE_TRITON_CAT不能一起开的bug
parent
f872f0ad
Changes
1
Show 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 @
cc2dca96
...
...
@@ -167,7 +167,7 @@ class FlashMLAImpl(MLACommonImpl[FlashMLAMetadata]):
assert
attn_metadata
.
decode
is
not
None
if
envs
.
VLLM_USE_TRITON_CAT
:
if
q_nope
.
shape
[
0
]
<
=
1024
:
if
q_nope
.
shape
[
0
]
<
1024
:
q
=
concat_helper_decode
(
q_nope
,
q_pe
,
dim
=
2
)
\
.
unsqueeze
(
1
)
else
:
...
...
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