We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fdfed commit 0429463Copy full SHA for 0429463
src/llmcompressor/modeling/qwen3_next_moe.py
@@ -43,7 +43,7 @@ def __init__(
43
):
44
super().__init__()
45
self.num_experts = config.num_experts
46
- self.top_k = original.top_k
+ self.top_k = config.num_experts_per_tok
47
self.norm_topk_prob = config.norm_topk_prob
48
49
# gating
0 commit comments