From d9df3003ddc47e30ba57f092f4cf2f6b0425eddd Mon Sep 17 00:00:00 2001 From: Gahow Wang Date: Wed, 15 Jul 2026 18:37:26 +0800 Subject: [PATCH] Match in-place vLLM MoE serving path --- .../best_effort/moe_path_parity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,