Skip to content

Commit c20026c

Browse files
committed
update
1 parent d9c52df commit c20026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/modeling/qwen3_next_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
):
4444
super().__init__()
4545
self.num_experts = config.num_experts
46-
self.top_k = original.top_k
46+
self.top_k = config.num_experts_per_tok
4747
self.norm_topk_prob = config.norm_topk_prob
4848

4949
# gating

0 commit comments

Comments
 (0)