Skip to content

Commit 87bef6c

Browse files
Update vllm/model_executor/layers/fused_moe/shared_fused_moe.py
Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com> Signed-off-by: Sage Moore <sagemoore@utexas.edu> Signed-off-by: Sage Moore <sage@neuralmagic.com>
1 parent cf88eef commit 87bef6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/layers/fused_moe/shared_fused_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(
3636
self.use_overlapped = (
3737
use_overlapped
3838
and not (
39+
TODO(wentao): find the root cause and remove this condition
3940
self.enable_eplb
4041
or (self.use_flashinfer_cutlass_kernels and self.dp_size > 1)
4142
)

0 commit comments

Comments
 (0)