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
77e1c035
Unverified
Commit
77e1c035
authored
Nov 21, 2025
by
Yihua Cheng
Committed by
GitHub
Nov 22, 2025
Browse files
[chore][LMCache connector] Remove useless logs from lmcache connector (#29069)
Signed-off-by:
ApostaC
<
yihua98@uchicago.edu
>
parent
6f403501
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_integration/multi_process_adapter.py
...connector/v1/lmcache_integration/multi_process_adapter.py
+0
-1
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_mp_connector.py
...buted/kv_transfer/kv_connector/v1/lmcache_mp_connector.py
+0
-3
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_integration/multi_process_adapter.py
View file @
77e1c035
...
@@ -310,7 +310,6 @@ class LMCacheMPWorkerAdapter:
...
@@ -310,7 +310,6 @@ class LMCacheMPWorkerAdapter:
request_id
,
request_id
,
result
,
result
,
)
)
logger
.
info
(
"Retrieve request for request_id=%s finished"
,
request_id
)
# Remove the finished requests from the tracking dicts
# Remove the finished requests from the tracking dicts
for
request_id
in
finished_stores
:
for
request_id
in
finished_stores
:
...
...
vllm/distributed/kv_transfer/kv_connector/v1/lmcache_mp_connector.py
View file @
77e1c035
...
@@ -469,9 +469,6 @@ class LMCacheMPConnector(KVConnectorBase_V1):
...
@@ -469,9 +469,6 @@ class LMCacheMPConnector(KVConnectorBase_V1):
ops
.
append
(
meta
.
op
)
ops
.
append
(
meta
.
op
)
if
len
(
request_ids
)
>
0
:
if
len
(
request_ids
)
>
0
:
logger
.
info
(
"HERE! SUBMITTING THE BATCHED RETRIEVE REQUESTS %s"
,
request_ids
)
self
.
worker_adapter
.
batched_submit_retrieve_requests
(
self
.
worker_adapter
.
batched_submit_retrieve_requests
(
request_ids
,
ops
,
event
request_ids
,
ops
,
event
)
)
...
...
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