From e3657f91ba930659d6d48ed2786b9d66bed39e29 Mon Sep 17 00:00:00 2001 From: Varun Sundar Rabindranath Date: Mon, 21 Jul 2025 15:22:26 +0000 Subject: [PATCH] enable-inductor Signed-off-by: Varun Sundar Rabindranath --- vllm/platforms/cuda.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vllm/platforms/cuda.py b/vllm/platforms/cuda.py index 962e2b3aab60..aafc157534db 100644 --- a/vllm/platforms/cuda.py +++ b/vllm/platforms/cuda.py @@ -182,9 +182,6 @@ def check_and_update_config(cls, vllm_config: "VllmConfig") -> None: compilation_config.use_cudagraph = False if model_config is not None: model_config.enforce_eager = True - # TODO (varun): Turning this ON gives incorrect results for the - # Deepseek-V2-lite model. - vllm_config.compilation_config.use_inductor = False @classmethod def get_current_memory_usage(cls,