mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-26 02:57:03 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
cae7cb0223
commit
093b9380db
@ -609,7 +609,7 @@ def launch_core_engines(
|
|||||||
for i in range(dp_size)
|
for i in range(dp_size)
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
# All other ranks just handshake with those that it is managing.
|
# Rank > 0 handshakes with just the local cores it is managing.
|
||||||
assert vllm_config.parallel_config.data_parallel_external_lb, (
|
assert vllm_config.parallel_config.data_parallel_external_lb, (
|
||||||
"Attempting to launch core_engines from dp_rank > 0, but "
|
"Attempting to launch core_engines from dp_rank > 0, but "
|
||||||
"found internal DPLB, which is incompatible.")
|
"found internal DPLB, which is incompatible.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user