Skip to content

Commit dcc81a2

Browse files
committed
formatting
Signed-off-by: Will Eaton <[email protected]>
1 parent d7ab545 commit dcc81a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ def __init__(self, vllm_config: VllmConfig, engine_id: str):
383383

384384
@staticmethod
385385
def _nixl_handshake_listener(metadata: NixlAgentMetadata,
386-
ready_event: threading.Event, world_rank: int):
386+
ready_event: threading.Event,
387+
world_rank: int):
387388
"""Background thread for getting new NIXL handshakes."""
388389
# NOTE(rob): this is a simple implementation. We will move
389390
# to a better approach like an ETCD server in the future.

0 commit comments

Comments
 (0)