Skip to content

Commit 9381b5c

Browse files
authored
[Doc]: Fix typo in fused_moe layer (#29731)
Signed-off-by: BowTen <bowten@qq.com>
1 parent 66b5840 commit 9381b5c

File tree

1 file changed

+1
-1
lines changed
  • vllm/model_executor/layers/fused_moe

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ def _maybe_make_contiguous(
14221422
# do nothing.
14231423
return p
14241424

1425-
# Do not update the layer paramater as the layer's MoE operations would
1425+
# Do not update the layer parameter as the layer's MoE operations would
14261426
# expect the parameter's tensor to the same shape / stride. Instead,
14271427
# make a new torch.nn.Parameter that is used just in the context of
14281428
# EPLB.

0 commit comments

Comments
 (0)