Skip to content

Commit

Permalink
[V1] log GPU blocks num for MultiprocExecutor (vllm-project#11656)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangErXiao authored Jan 4, 2025
1 parent ad0d567 commit e5d7ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/v1/executor/multiproc_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def initialize(self, num_gpu_blocks: int) -> None:
Initialize the KV caches and begin the model execution loop of the
underlying workers.
"""
logger.info("# GPU blocks: %d", num_gpu_blocks)
self.collective_rpc("initialize_cache", args=(num_gpu_blocks, ))
self.collective_rpc("compile_or_warm_up_model")

Expand Down

0 comments on commit e5d7ed0

Please sign in to comment.