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
2dccb38f
Unverified
Commit
2dccb38f
authored
Mar 16, 2026
by
zhanqiuhu
Committed by
GitHub
Mar 16, 2026
Browse files
[Bugfix][MultiConnector] Fix MultiConnector for SupportsHMA sub-connectors (#36549)
parent
d1572160
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+8
-0
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
2dccb38f
...
@@ -415,6 +415,14 @@ class NixlConnector(KVConnectorBase_V1, SupportsHMA):
...
@@ -415,6 +415,14 @@ class NixlConnector(KVConnectorBase_V1, SupportsHMA):
assert
self
.
connector_scheduler
is
not
None
assert
self
.
connector_scheduler
is
not
None
return
self
.
connector_scheduler
.
build_connector_meta
(
scheduler_output
)
return
self
.
connector_scheduler
.
build_connector_meta
(
scheduler_output
)
def
request_finished
(
self
,
request
:
"Request"
,
block_ids
:
list
[
int
],
)
->
tuple
[
bool
,
dict
[
str
,
Any
]
|
None
]:
assert
self
.
connector_scheduler
is
not
None
return
self
.
connector_scheduler
.
request_finished
(
request
,
(
block_ids
,))
def
request_finished_all_groups
(
def
request_finished_all_groups
(
self
,
self
,
request
:
"Request"
,
request
:
"Request"
,
...
...
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