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
3a306316
Commit
3a306316
authored
Mar 11, 2026
by
liuchy5
Browse files
feat:修改fp8 mqa接口&&跳过VLLM_USE_FUSED_FILL_RMS_CAT&&跳过load_error
parent
8d371e97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/model_executor/layers/sparse_attn_indexer.py
vllm/model_executor/layers/sparse_attn_indexer.py
+4
-4
No files found.
vllm/model_executor/layers/sparse_attn_indexer.py
View file @
3a306316
...
...
@@ -124,15 +124,15 @@ def sparse_attn_indexer(
)
logits
=
op
.
mqa_logits
(
q_fp8
[
chunk
.
token_start
:
chunk
.
token_end
],
k
,
weights
[
chunk
.
token_start
:
chunk
.
token_end
]
.
to
(
torch
.
float32
)
,
k
_fp8
,
weights
[
chunk
.
token_start
:
chunk
.
token_end
],
chunk
.
cu_seqlen_ks
,
chunk
.
cu_seqlen_ke
,
q_fp8
[
chunk
.
token_start
:
chunk
.
token_end
].
shape
[
0
],
k
.
shape
[
0
],
k
_fp8
.
shape
[
0
],
q_fp8
.
shape
[
1
],
q_fp8
.
shape
[
2
],
k_scale
,
k_scale
.
view
(
torch
.
float32
).
flatten
()
,
True
)
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