mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 17:35:39 +08:00
[V1] log GPU blocks num for MultiprocExecutor (#11656)
This commit is contained in:
parent
ad0d567e1c
commit
e5d7ed0c53
@ -95,6 +95,7 @@ class MultiprocExecutor(Executor):
|
||||
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")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user