mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-23 10:28:05 +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)
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user