"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "8896eb72ebe90be6f1b83f32b3d3d0c379db4f82"
Unverified Commit cd8dfc6d authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Misc] MultiConnector._connectors type (#18423)


Signed-off-by: default avatarnicklucche <nlucches@redhat.com>
parent d06dd72b
......@@ -40,7 +40,7 @@ class MultiConnector(KVConnectorBase_V1):
def __init__(self, vllm_config: "VllmConfig", role: KVConnectorRole):
super().__init__(vllm_config=vllm_config, role=role)
self._connectors = []
self._connectors: list[KVConnectorBase_V1] = []
ktcs = vllm_config.kv_transfer_config.kv_connector_extra_config.get(
"connectors")
assert ktcs is not None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment