Formatting

This commit is contained in:
turboderp
2026-03-02 00:53:23 +01:00
parent 08ca454ec0
commit e2f4198406

View File

@@ -830,7 +830,7 @@ class BlockSparseMLP(Module):
"routed_scaling_factor": self.routed_scaling_factor,
"n_group": self.n_group,
"topk_group": self.topk_group,
"act_limit": self.act_limit
"act_limit": self.act_limit,
},
"routing_gate": _export(self.routing_gate),
"e_score_correction_bias": producer.send(self.e_score_correction_bias),