Skip to content

Commit d9ddd46

Browse files
author
wangzaijun
committed
fix
1 parent 4beacdf commit d9ddd46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightllm/common/fused_moe/grouped_fused_moe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ def grouped_matmul(
387387

388388
expert_num, n, k = expert_weights.shape
389389
assert token_inputs.shape[1] == k
390-
assert expert_to_weights_scale.shape[0] == expert_num
391390
assert expert_to_token_index.shape == expert_to_weights.shape
392391
assert token_inputs.is_contiguous()
393392
assert expert_to_token_num.is_contiguous()

0 commit comments

Comments
 (0)