[Misc] Remove duplicate init for self.vllm_config (#18896)

Signed-off-by: googs1025 <googs1025@gmail.com>
This commit is contained in:
CYJiang 2025-05-30 01:26:07 +08:00 committed by GitHub
parent c29034037d
commit d58f9c7f7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,6 @@ class EngineCore:
logger.info("Batch queue is enabled with size %d",
self.batch_queue_size)
self.batch_queue = queue.Queue(self.batch_queue_size)
self.vllm_config = vllm_config
def _initialize_kv_caches(
self, vllm_config: VllmConfig) -> tuple[int, int, KVCacheConfig]: