mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-26 15:34:30 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
ad34f4a953
commit
fc79d23d9a
@ -555,8 +555,6 @@ def launch_core_engines(
|
|||||||
# sends requests only to colocated engines.
|
# sends requests only to colocated engines.
|
||||||
client_local_only = offline_mode or external_dp_lb or (local_engine_count
|
client_local_only = offline_mode or external_dp_lb or (local_engine_count
|
||||||
== dp_size)
|
== dp_size)
|
||||||
# HACK: handle case with one pod per node.
|
|
||||||
client_local_only = True
|
|
||||||
|
|
||||||
# Set up input and output addresses.
|
# Set up input and output addresses.
|
||||||
addresses = EngineZmqAddresses(
|
addresses = EngineZmqAddresses(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user