forked from Karylab-cklius/vllm
Fix FlashInfer TRTLLM NvFP4 monolithic MoE routing (#43223)
Signed-off-by: zhangxin81 <115389973+zhangxin81@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user