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
66979358
"docker/Dockerfile.neuron" did not exist on "1b73ab2a1f0761a60b28aabe0456a5735de027c5"
Commit
66979358
authored
Mar 11, 2026
by
liuchy5
Browse files
feat:修复dsa的mqa接口兼容glm5
parent
f7461a96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
vllm/model_executor/layers/sparse_attn_indexer.py
vllm/model_executor/layers/sparse_attn_indexer.py
+8
-7
No files found.
vllm/model_executor/layers/sparse_attn_indexer.py
View file @
66979358
...
...
@@ -121,9 +121,10 @@ def sparse_attn_indexer(
chunk
.
cu_seqlen_ke
,
q_fp8
[
chunk
.
token_start
:
chunk
.
token_end
].
shape
[
0
],
k
.
shape
[
0
],
64
,
128
,
True
,
q_fp8
.
shape
[
1
],
q_fp8
.
shape
[
2
],
None
,
True
)
num_rows
=
logits
.
shape
[
0
]
...
...
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