Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
cd8dfc6d
Unverified
Commit
cd8dfc6d
authored
May 21, 2025
by
Nicolò Lucchesi
Committed by
GitHub
May 20, 2025
Browse files
[Misc] MultiConnector._connectors type (#18423)
Signed-off-by:
nicklucche
<
nlucches@redhat.com
>
parent
d06dd72b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/kv_transfer/kv_connector/v1/multi_connector.py
...istributed/kv_transfer/kv_connector/v1/multi_connector.py
+1
-1
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/multi_connector.py
View file @
cd8dfc6d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment