mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-22 14:42:29 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
32a35f5d93
commit
fe68027a08
@ -90,8 +90,8 @@ class EngineCoreClient(ABC):
|
||||
client_args = (vllm_config, executor_class, log_stats,
|
||||
client_addresses, client_index)
|
||||
if parallel_config.data_parallel_size > 1:
|
||||
if parallel_config.data_parallel_external_lb:
|
||||
# if False:
|
||||
# if parallel_config.data_parallel_external_lb:
|
||||
if False:
|
||||
# External load balancer - client per DP rank.
|
||||
return DPAsyncMPClient(*client_args)
|
||||
# Internal load balancer - client balances to all DP ranks.
|
||||
|
||||
@ -617,7 +617,6 @@ def launch_core_engines(
|
||||
CoreEngine(index=i, local=True)
|
||||
for i in range(dp_rank, dp_rank + local_engine_count)
|
||||
]
|
||||
logger.info(f"{engines_to_handshake=}")
|
||||
|
||||
# Whether the started engines will handshake only with co-located
|
||||
# front-end processes. In external_dp_lb mode, ranks > 0 handshake with
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user