Skip to content

Commit 09beaa5

Browse files
authored
[None][fix] Fix wide ep MoE error (#9642)
Signed-off-by: Iman Tabrizian <[email protected]>
1 parent 4e5b10d commit 09beaa5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorrt_llm/_torch/modules/fused_moe/create_moe.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ def create_moe_backend(
199199
aux_stream_dict=aux_stream_dict,
200200
weight_loading_mode=weight_loading_mode,
201201
apply_router_weight_on_input=apply_router_weight_on_input,
202-
layer_idx=layer_idx,
203-
init_load_balancer=init_load_balancer,
204-
)
202+
layer_idx=layer_idx)
205203
elif moe_cls == VanillaMoE:
206204
assert not apply_router_weight_on_input, "apply_router_weight_on_input is not supported in VanillaMoE."
207205

0 commit comments

Comments
 (0)