Fix FlashInfer TRTLLM NvFP4 monolithic MoE routing (#43223)

Signed-off-by: zhangxin81 <115389973+zhangxin81@users.noreply.github.com>
This commit is contained in:
zhangxin81
2026-05-21 01:17:12 -07:00
committed by GitHub
parent b719b1635b
commit edafea3555
@@ -159,7 +159,7 @@ def get_routing_method_type(
if scoring_func == "softmax":
if renormalize:
return RoutingMethodType.Renormalize
return RoutingMethodType.RenormalizeNaive
else:
return RoutingMethodType.Default