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
98cf1a9e
Commit
98cf1a9e
authored
Sep 23, 2025
by
zhuwenwen
Browse files
修改P等待问题
parent
dcaa837c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
vllm/distributed/kv_transfer/kv_connector/v1/p2p/p2p_nccl_connector.py
...ted/kv_transfer/kv_connector/v1/p2p/p2p_nccl_connector.py
+4
-3
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/p2p/p2p_nccl_connector.py
View file @
98cf1a9e
...
@@ -286,9 +286,10 @@ class P2pNcclConnector(KVConnectorBase_V1):
...
@@ -286,9 +286,10 @@ class P2pNcclConnector(KVConnectorBase_V1):
kv_cache
,
remote_address
)
kv_cache
,
remote_address
)
def
wait_for_save
(
self
):
def
wait_for_save
(
self
):
if
self
.
is_producer
:
pass
assert
self
.
p2p_nccl_engine
is
not
None
# if self.is_producer:
self
.
p2p_nccl_engine
.
wait_for_sent
()
# assert self.p2p_nccl_engine is not None
# self.p2p_nccl_engine.wait_for_sent()
def
get_finished
(
def
get_finished
(
self
,
finished_req_ids
:
set
[
str
],
self
,
finished_req_ids
:
set
[
str
],
...
...
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