[CI/Build] Fix compatibility between #30244 and #30396 (#30787)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung 2025-12-17 12:21:19 +08:00 committed by GitHub
parent bb5ac1fe38
commit 44d3b1df3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -564,7 +564,9 @@ def test_rms_group_quant(
splitting_ops=splitting_ops,
# Common
mode=CompilationMode.VLLM_COMPILE,
pass_config=PassConfig(eliminate_noops=True, fuse_norm_quant=True),
pass_config=PassConfig(
fuse_norm_quant=True, fuse_act_quant=True, eliminate_noops=True
),
# Inductor caches custom passes by default as well via uuid
inductor_compile_config={"force_disable_caches": True},
)