Skip to content

Commit 0f61aa0

Browse files
committed
try to support etp
1 parent e374637 commit 0f61aa0

File tree

1 file changed

+1
-1
lines changed
  • python/sgl_jax/srt/layers

1 file changed

+1
-1
lines changed

python/sgl_jax/srt/layers/moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def _expert_all_to_all_collect(self, data, global_group_sizes, expert_shard_id,
443443
send_sizes,
444444
output_offsets,
445445
recv_sizes,
446-
axis_name=("data", "tensor"),
446+
axis_name=("tensor"),
447447
)
448448

449449
return result

0 commit comments

Comments
 (0)