[BugFix] fix outplace_fused_experts missing is_gated (#13864)

This commit is contained in:
Minglei Zhu
2025-11-24 12:36:14 -08:00
committed by GitHub
parent 9b4b344115
commit fafaa2ccea

View File

@@ -325,6 +325,7 @@ def fused_experts(
b1,
b2,
moe_runner_config.activation,
moe_runner_config.is_gated,
moe_runner_config.apply_router_weight_on_input,
use_fp8_w8a8,
use_int8_w8a8,