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
ff090f36
Commit
ff090f36
authored
Sep 09, 2025
by
zhuwenwen
Browse files
update flashmla.py
parent
5973c805
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 @
ff090f36
...
@@ -167,7 +167,7 @@ class FlashMLAImpl(MLACommonImpl[FlashMLAMetadata]):
...
@@ -167,7 +167,7 @@ class FlashMLAImpl(MLACommonImpl[FlashMLAMetadata]):
assert
attn_metadata
.
decode
is
not
None
assert
attn_metadata
.
decode
is
not
None
if
envs
.
VLLM_USE_TRITON_CAT
:
if
envs
.
VLLM_USE_TRITON_CAT
:
q
=
concat_helper
(
[
q_nope
,
q_pe
]
,
dim
=-
1
)
\
q
=
concat_helper
(
q_nope
,
q_pe
,
dim
=-
1
)
\
.
unsqueeze
(
1
)
.
unsqueeze
(
1
)
else
:
else
:
q
=
torch
.
cat
([
q_nope
,
q_pe
],
dim
=-
1
)
\
q
=
torch
.
cat
([
q_nope
,
q_pe
],
dim
=-
1
)
\
...
...
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