Skip to content

Commit bd2c846

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/shared_fused_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +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
39+
# TODO(wentao): find the root cause and remove this condition
4040
self.enable_eplb
4141
or (self.use_flashinfer_cutlass_kernels and self.dp_size > 1)
4242
)

0 commit comments

Comments
 (0)