Skip to content

Commit 01395c3

Browse files
zhaozx-cnzhaozixin
authored andcommitted
fix ascend fused moe spelling error (vllm-project#2863)
### What this PR does / why we need it? fix ascend fused moe spelling error ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? vllm-project/vllm@0ae43db - vLLM version: main - vLLM main: vllm-project/vllm@fcc0a31 Signed-off-by: zhaozixin <[email protected]> Co-authored-by: zhaozixin <[email protected]> Signed-off-by: Yizhou Liu <[email protected]>
1 parent 4dbd162 commit 01395c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm_ascend/ops/common_fused_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def __init__(
246246
prefix="",
247247
custom_routing_function=None,
248248
scoring_func="softmax",
249-
routed_scaling_fator: float = 1.0,
249+
routed_scaling_factor: float = 1.0,
250250
e_score_correction_bias=None,
251251
apply_router_weight_on_input=False,
252252
activation="silu",
@@ -272,7 +272,7 @@ def __init__(
272272
prefix,
273273
custom_routing_function,
274274
scoring_func,
275-
routed_scaling_fator,
275+
routed_scaling_factor,
276276
e_score_correction_bias,
277277
apply_router_weight_on_input,
278278
activation,

0 commit comments

Comments
 (0)