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
9c95f8b0
Commit
9c95f8b0
authored
Jan 27, 2026
by
zhuwenwen
Browse files
remove redundant kv_cache_dtype_str
parent
7d9a3bcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/attention/backends/mla/common.py
vllm/v1/attention/backends/mla/common.py
+0
-1
No files found.
vllm/v1/attention/backends/mla/common.py
View file @
9c95f8b0
...
@@ -1300,7 +1300,6 @@ class MLACommonImpl(MLAAttentionImpl[M], Generic[M]):
...
@@ -1300,7 +1300,6 @@ class MLACommonImpl(MLAAttentionImpl[M], Generic[M]):
if
has_decode
:
if
has_decode
:
assert
attn_metadata
.
decode
is
not
None
assert
attn_metadata
.
decode
is
not
None
kv_cache_dtype_str
=
None
if
torch
.
cuda
.
get_device_properties
(
"cuda"
).
gcnArchName
.
split
(
':'
)[
0
]
==
"gfx938"
and
kv_cache_dtype_str
==
"fp8_e4m3"
and
envs
.
VLLM_USE_FUSED_CACHE_QUANT_BMM_MLA
:
if
torch
.
cuda
.
get_device_properties
(
"cuda"
).
gcnArchName
.
split
(
':'
)[
0
]
==
"gfx938"
and
kv_cache_dtype_str
==
"fp8_e4m3"
and
envs
.
VLLM_USE_FUSED_CACHE_QUANT_BMM_MLA
:
decode_q
=
q_quant
[:
num_decode_tokens
]
decode_q
=
q_quant
[:
num_decode_tokens
]
decode_q_nope
,
decode_q_pe
=
decode_q
.
split
(
decode_q_nope
,
decode_q_pe
=
decode_q
.
split
(
...
...
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