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
311c9816
Unverified
Commit
311c9816
authored
Apr 02, 2026
by
Yifan Qiao
Committed by
GitHub
Apr 03, 2026
Browse files
[MRV2][KVConnector] Fix missing build_connector_worker_meta (#38698)
Signed-off-by:
Yifan Qiao
<
yifanqiao@inferact.ai
>
parent
21d7ecc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
vllm/v1/worker/gpu/kv_connector.py
vllm/v1/worker/gpu/kv_connector.py
+4
-0
No files found.
vllm/v1/worker/gpu/kv_connector.py
View file @
311c9816
...
...
@@ -93,6 +93,10 @@ class ActiveKVConnector(KVConnector):
output
.
invalid_block_ids
=
self
.
kv_connector
.
get_block_ids_with_load_errors
()
output
.
kv_connector_stats
=
self
.
kv_connector
.
get_kv_connector_stats
()
output
.
kv_cache_events
=
self
.
kv_connector
.
get_kv_connector_kv_cache_events
()
output
.
kv_connector_worker_meta
=
(
self
.
kv_connector
.
build_connector_worker_meta
()
)
if
clear_metadata
:
self
.
kv_connector
.
clear_connector_metadata
()
return
output
...
...
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