Skip to content

Commit 4d9238a

Browse files
committed
fix
Signed-off-by: Shiyan Deng <[email protected]>
1 parent 1161333 commit 4d9238a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/v1/engine/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ def _perform_handshakes(
594594
local_handshake = self._perform_handshake(
595595
input_ctx, client_handshake_address, identity, True, False,
596596
vllm_config)
597-
with handshake as (addresses, _), local_handshake as (client_addresses, zmq_socket):
597+
with handshake as (addresses,
598+
_), local_handshake as (client_addresses, zmq_socket):
598599
addresses.inputs = client_addresses.inputs
599600
addresses.outputs = client_addresses.outputs
600601
yield (addresses, zmq_socket)

0 commit comments

Comments
 (0)