From f9a345f8dcbb6db504372ca7168f8f42ae745489 Mon Sep 17 00:00:00 2001 From: mgoin Date: Tue, 16 Dec 2025 17:00:27 -0500 Subject: [PATCH] Replace deprecated enable_fusion with fuse_norm_quant in test_rms_group_quant Signed-off-by: mgoin --- tests/compile/distributed/test_fusions_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compile/distributed/test_fusions_e2e.py b/tests/compile/distributed/test_fusions_e2e.py index bd326f1157d8..24d211394c4a 100644 --- a/tests/compile/distributed/test_fusions_e2e.py +++ b/tests/compile/distributed/test_fusions_e2e.py @@ -562,7 +562,7 @@ def test_rms_group_quant( splitting_ops=splitting_ops, # Common mode=CompilationMode.VLLM_COMPILE, - pass_config=PassConfig(eliminate_noops=True, enable_fusion=True), + pass_config=PassConfig(eliminate_noops=True, fuse_norm_quant=True), # Inductor caches custom passes by default as well via uuid inductor_compile_config={"force_disable_caches": True}, )