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
ce5b3c9a
Commit
ce5b3c9a
authored
Jan 12, 2026
by
zhuwenwen
Browse files
remove log info
parent
06ada31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/distributed/kv_transfer/kv_connector/v1/p2p/p2p_nccl_engine.py
...ibuted/kv_transfer/kv_connector/v1/p2p/p2p_nccl_engine.py
+2
-2
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/p2p/p2p_nccl_engine.py
View file @
ce5b3c9a
...
@@ -742,7 +742,7 @@ class P2pNcclEngine:
...
@@ -742,7 +742,7 @@ class P2pNcclEngine:
"pd_pair_id"
:
remote_address
.
pd_pair_id
,
"pd_pair_id"
:
remote_address
.
pd_pair_id
,
"comm_rank"
:
rank
"comm_rank"
:
rank
}
}
logger
.
info
(
f
"""_send_sync_new:
{
data
}
"""
)
#
logger.info(f"""_send_sync_new:{data}""")
sock
.
send
(
msgpack
.
dumps
(
data
))
sock
.
send
(
msgpack
.
dumps
(
data
))
response
=
sock
.
recv
()
response
=
sock
.
recv
()
...
@@ -981,4 +981,4 @@ class P2pNcclEngine:
...
@@ -981,4 +981,4 @@ class P2pNcclEngine:
return
ip
,
port
return
ip
,
port
raise
ValueError
(
raise
ValueError
(
f
"Request id
{
request_id
}
does not contain hostname and port"
)
f
"Request id
{
request_id
}
does not contain hostname and port"
)
\ No newline at end of file
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