We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b5840 commit 9381b5cCopy full SHA for 9381b5c
vllm/model_executor/layers/fused_moe/layer.py
@@ -1422,7 +1422,7 @@ def _maybe_make_contiguous(
1422
# do nothing.
1423
return p
1424
1425
- # 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
1426
# expect the parameter's tensor to the same shape / stride. Instead,
1427
# make a new torch.nn.Parameter that is used just in the context of
1428
# EPLB.
0 commit comments