From 0c03d154b5c186c4659dc7a2b02460f04369a4bd Mon Sep 17 00:00:00 2001 From: Sage Moore Date: Thu, 3 Jul 2025 13:03:26 +0000 Subject: [PATCH] cleanup config.py Signed-off-by: Sage Moore --- vllm/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vllm/config.py b/vllm/config.py index edc7d1ad2c131..7a5b866a11d9d 100644 --- a/vllm/config.py +++ b/vllm/config.py @@ -4584,11 +4584,6 @@ class VllmConfig: "Piecewise compilation is not supported with " "microbatching. Disabling piecewiseching compilation.") self.compilation_config.level = CompilationLevel.NO_COMPILATION - if not self.model_config.enforce_eager: - self.compilation_config.full_cuda_graph = True - logger.warning_once( - "Enabling fullcudagraphs for microbatching" - ) disable_chunked_prefill_reasons: list[str] = [] if self.model_config and self.model_config.pooler_config: