We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4beacdf commit d9ddd46Copy full SHA for d9ddd46
lightllm/common/fused_moe/grouped_fused_moe.py
@@ -387,7 +387,6 @@ def grouped_matmul(
387
388
expert_num, n, k = expert_weights.shape
389
assert token_inputs.shape[1] == k
390
- assert expert_to_weights_scale.shape[0] == expert_num
391
assert expert_to_token_index.shape == expert_to_weights.shape
392
assert token_inputs.is_contiguous()
393
assert expert_to_token_num.is_contiguous()
0 commit comments