mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-30 17:27:11 +08:00
fix
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
81fdcec214
commit
d0bb3fa02c
@ -881,7 +881,7 @@ class NixlConnectorWorker:
|
|||||||
logger.info("========== transmission time: %s ==========", time.perf_counter() - start_time)
|
logger.info("========== transmission time: %s ==========", time.perf_counter() - start_time)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
transfers[req_id] = (new_handles, agent_name, notif_id)
|
transfers[req_id] = (new_handles, agent_name, notif_id, start_time)
|
||||||
|
|
||||||
return done_req_ids
|
return done_req_ids
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user