diff --git a/runs/frontier-multicase-sufficiency-v0/best_effort/moe_path_parity.py b/runs/frontier-multicase-sufficiency-v0/best_effort/moe_path_parity.py index e90654f..b8c1a66 100644 --- a/runs/frontier-multicase-sufficiency-v0/best_effort/moe_path_parity.py +++ b/runs/frontier-multicase-sufficiency-v0/best_effort/moe_path_parity.py @@ -171,7 +171,7 @@ def main() -> None: w2=w2, topk_weights=topk_weights, topk_ids=topk_ids, - inplace=False, + inplace=True, use_fp8_w8a8=True, per_channel_quant=False, global_num_experts=global_num_experts,