Skip to content

Commit 2235c42

Browse files
committed
Update fused_moe_prepare_and_finalize.py
1 parent 8220e46 commit 2235c42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm_ascend/ops/moe/fused_moe_prepare_and_finalize.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ def finalize(self, hidden_states: torch.Tensor,
189189

190190
class FusedMoEPrepareAndFinalizeWithAllGather(FusedMoEPrepareAndFinalize):
191191

192-
def __init__(self, moe_config: FusedMoEConfig):
193-
super().__init__(moe_config)
194-
195192
def prepare(self,
196193
hidden_states: torch.Tensor,
197194
router_logits: torch.Tensor,

0 commit comments

Comments
 (0)