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
d2c20c55
Commit
d2c20c55
authored
Jan 22, 2026
by
王敏
Browse files
[fix]解决dp+graph+naive all2all dispatch时的维度不匹配问题
parent
3cd3d1e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+2
-0
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
d2c20c55
...
...
@@ -3026,6 +3026,8 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
num_tokens_across_dp
=
num_tokens_after_padding
num_tokens_after_padding
=
int
(
num_tokens_after_padding
[
0
].
item
())
num_tokens
=
num_tokens_after_padding
attn_metadata
:
Optional
[
PerLayerAttnMetadata
]
=
None
# If force_attention is True, we always capture attention. Otherwise,
...
...
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