From 1d7539ab3fd6ec0c68dfd752855de6d157101f78 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Sun, 4 Jan 2026 11:52:12 +0800 Subject: [PATCH] Cleanup pass config override (#5283) since we support self-defined pass manager now, it's no need to override the pass config. Let's clean up it. - vLLM version: release/v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/ad32e3e19ccf0526cb6744a5fed09a138a5fb2f9 Signed-off-by: wangxiyuan --- vllm_ascend/platform.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vllm_ascend/platform.py b/vllm_ascend/platform.py index ea8c0782..3a3ba2e6 100644 --- a/vllm_ascend/platform.py +++ b/vllm_ascend/platform.py @@ -192,8 +192,6 @@ class NPUPlatform(Platform): compilation_config.splitting_ops = [] compilation_config.cudagraph_num_of_warmups = 1 - compilation_config.pass_config.fuse_norm_quant = False - compilation_config.pass_config.fuse_act_quant = False if compilation_config.mode not in [ CompilationMode.NONE, CompilationMode.VLLM_COMPILE