mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-23 16:14:37 +08:00
[Doc]: Fix typo in fused_moe layer (#29731)
Signed-off-by: BowTen <bowten@qq.com>
This commit is contained in:
parent
66b5840287
commit
9381b5cde0
@ -1422,7 +1422,7 @@ class FusedMoE(CustomOp):
|
||||
# do nothing.
|
||||
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,
|
||||
# make a new torch.nn.Parameter that is used just in the context of
|
||||
# EPLB.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user