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
9381b5cd
Unverified
Commit
9381b5cd
authored
Nov 30, 2025
by
朝
Committed by
GitHub
Nov 29, 2025
Browse files
[Doc]: Fix typo in fused_moe layer (#29731)
Signed-off-by:
BowTen
<
bowten@qq.com
>
parent
66b58402
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/fused_moe/layer.py
vllm/model_executor/layers/fused_moe/layer.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/layer.py
View file @
9381b5cd
...
...
@@ -1422,7 +1422,7 @@ class FusedMoE(CustomOp):
# do nothing.
return
p
# Do not update the layer param
a
ter as the layer's MoE operations would
# Do not update the layer param
e
ter as the layer's MoE operations would
# expect the parameter's tensor to the same shape / stride. Instead,
# make a new torch.nn.Parameter that is used just in the context of
# EPLB.
...
...
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