Skip to content

Commit 5bc1b55

Browse files
committed
fix
Signed-off-by: Shiyan Deng <[email protected]>
1 parent fbcc3b4 commit 5bc1b55

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vllm/v1/engine/core.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,10 @@ def handle_err(zmq_socket: zmq.Socket, err: Exception):
654654
else:
655655
assert local_client
656656
local_handshake = self._perform_handshake(
657-
input_ctx, client_handshake_address, identity, True, False, vllm_config
658-
)
659-
with handshake as (addresses, _), local_handshake as (client_addresses, zmq_socket):
657+
input_ctx, client_handshake_address, identity, True, False,
658+
vllm_config)
659+
with handshake as (addresses,
660+
_), local_handshake as (client_addresses, zmq_socket):
660661
addresses.inputs = client_addresses.inputs
661662
addresses.outputs = client_addresses.outputs
662663
try:

0 commit comments

Comments
 (0)