We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089dd63 commit dfc3cb1Copy full SHA for dfc3cb1
tensorrt_llm/_torch/modules/fused_moe/fused_moe_wide_ep.py
@@ -445,7 +445,7 @@ def is_post_quant_all2all_supported(self):
445
if not self.use_postquant_alltoall:
446
return False
447
if self.alltoall_method_type == AlltoallMethodType.MNNVL:
448
- return False
+ return True
449
elif self.alltoall_method_type == AlltoallMethodType.DeepEP:
450
return self.has_nvfp4
451
elif self.alltoall_method_type == AlltoallMethodType.DeepEPLowLatency:
0 commit comments