Skip to content

Commit 45a2930

Browse files
authored
fix
1 parent 4046deb commit 45a2930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightllm/models/qwen3_moe/layer_infer/transformer_layer_infer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def _moe_ffn_edp(
118118
num_expert_group=None,
119119
is_prefill=infer_state.is_prefill,
120120
)
121+
121122
ep_output = ep_output.view(token_num, hidden_dim)
122123
return ep_output
123124

0 commit comments

Comments
 (0)