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
442abc67
Commit
442abc67
authored
Mar 24, 2026
by
xiabo
Browse files
支持kvacache fp8_e4m3/fp8_e5m2
支持kvacache fp8_e4m3/fp8_e5m2的RMS_ROPE_CONCAT
parent
0e5a20b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/attention/mla_attention.py
vllm/model_executor/layers/attention/mla_attention.py
+1
-1
No files found.
vllm/model_executor/layers/attention/mla_attention.py
View file @
442abc67
...
...
@@ -2190,7 +2190,7 @@ class MLACommonImpl(MLACommonBaseImpl[M], Generic[M]):
prefill_k_pe
=
k_pe
[
num_decode_tokens
:]
kv_cache_dtype_str
:
str
|
None
=
None
# if use_fused_rms_rope_concat:
if
not
envs
.
VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT
:
decode_q
=
q
[:
num_decode_tokens
]
prefill_q
=
q
[
num_decode_tokens
:]
...
...
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