[Misc] Remove duplicate init for self.vllm_config (#18896)
Signed-off-by: googs1025 <googs1025@gmail.com>
This commit is contained in:
@@ -123,7 +123,6 @@ class EngineCore:
|
|||||||
logger.info("Batch queue is enabled with size %d",
|
logger.info("Batch queue is enabled with size %d",
|
||||||
self.batch_queue_size)
|
self.batch_queue_size)
|
||||||
self.batch_queue = queue.Queue(self.batch_queue_size)
|
self.batch_queue = queue.Queue(self.batch_queue_size)
|
||||||
self.vllm_config = vllm_config
|
|
||||||
|
|
||||||
def _initialize_kv_caches(
|
def _initialize_kv_caches(
|
||||||
self, vllm_config: VllmConfig) -> tuple[int, int, KVCacheConfig]:
|
self, vllm_config: VllmConfig) -> tuple[int, int, KVCacheConfig]:
|
||||||
|
|||||||
Reference in New Issue
Block a user