"vscode:/vscode.git/clone" did not exist on "0a0aa07747cf851228598334008366ff2a8fd760"
Unverified Commit 9381b5cd authored by 朝's avatar Committed by GitHub
Browse files

[Doc]: Fix typo in fused_moe layer (#29731)


Signed-off-by: default avatarBowTen <bowten@qq.com>
parent 66b58402
...@@ -1422,7 +1422,7 @@ class FusedMoE(CustomOp): ...@@ -1422,7 +1422,7 @@ class FusedMoE(CustomOp):
# do nothing. # do nothing.
return p return p
# Do not update the layer paramater as the layer's MoE operations would # Do not update the layer parameter as the layer's MoE operations would
# expect the parameter's tensor to the same shape / stride. Instead, # 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 # make a new torch.nn.Parameter that is used just in the context of
# EPLB. # EPLB.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment