Skip to content

Commit 230a8b8

Browse files
committed
typing
Signed-off-by: nicklucche <[email protected]>
1 parent f674fc7 commit 230a8b8

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
@@ -413,7 +413,8 @@ def __init__(self, vllm_config: VllmConfig, engine_id: str):
413413

414414
# With heterogeneous TP, P must wait for all assigned D TP workers to
415415
# finish reading before safely freeing the blocks.
416-
self.consumer_notification_counts_by_req = defaultdict(int)
416+
self.consumer_notification_counts_by_req: dict[str,
417+
int] = defaultdict(int)
417418

418419
@staticmethod
419420
def _nixl_handshake_listener(metadata: NixlAgentMetadata,

0 commit comments

Comments
 (0)