Unverified Commit d58f9c7f authored by CYJiang's avatar CYJiang Committed by GitHub
Browse files

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


Signed-off-by: default avatargoogs1025 <googs1025@gmail.com>
parent c2903403
......@@ -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]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment