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
b909d6fc
Commit
b909d6fc
authored
Aug 18, 2025
by
zhuwenwen
Browse files
修改flashmla的接口
parent
22a46529
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/attention/ops/flashmla.py
vllm/attention/ops/flashmla.py
+1
-1
No files found.
vllm/attention/ops/flashmla.py
View file @
b909d6fc
...
...
@@ -100,7 +100,7 @@ def flash_mla_with_kvcache(
softmax_scale
=
q
.
shape
[
-
1
]
**
(
-
0.5
)
if
current_platform
.
is_rocm
():
if
kv_cache_dtype
==
"fp8"
:
out
,
softmax_lse
=
flash_mla_cuda
.
fwd_kvcache_
quantization_
mla
(
out
,
softmax_lse
=
flash_mla_cuda
.
fwd_kvcache_mla
(
q
,
k_cache
,
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