mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-26 13:54:52 +08:00
finished validating
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
1b481d3489
commit
40397e378d
@ -431,8 +431,8 @@ class MPClient(EngineCoreClient):
|
||||
dp_rank = parallel_config.data_parallel_rank
|
||||
dp_local_size = parallel_config.data_parallel_size_local
|
||||
offline_mode = parallel_config.data_parallel_rank_local is not None
|
||||
# If Internal DPLB, the Client manages local+remote EngineCores.
|
||||
# Otherwise, the Client just manages the local EngineCores.
|
||||
# Client manages local+remote EngineCores in pure internal LB case.
|
||||
# Client manages local EngineCores in hybrid and external LB case.
|
||||
local_engines_only = (parallel_config.data_parallel_hybrid_lb
|
||||
or parallel_config.data_parallel_external_lb)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user