Skip to content

Commit e809bdb

Browse files
committed
[Quickfix] Add the missing e_score_correction_bias in FusedMoE init
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 992271b commit e809bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/ops/fused_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,7 @@ def __init__(
12581258
scoring_func=scoring_func,
12591259
e_score_correction_bias=e_score_correction_bias,
12601260
activation=activation,
1261+
apply_router_weight_on_input=apply_router_weight_on_input,
12611262
)
12621263
AscendFusedMoE.moe_counter += 1
12631264
self.moe_instance_id = AscendFusedMoE.moe_counter

0 commit comments

Comments
 (0)