mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-06 08:22:15 +08:00
parent
5d2eac70e7
commit
f9617c75ad
@ -968,7 +968,10 @@ class NixlConnectorWorker:
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Begin async xfer.
|
# Begin async xfer.
|
||||||
|
start = time.perf_counter()
|
||||||
self.nixl_wrapper.transfer(handle)
|
self.nixl_wrapper.transfer(handle)
|
||||||
|
end = time.perf_counter()
|
||||||
|
logger.info("======== LAUNCH TIME: %s ========", end - start)
|
||||||
|
|
||||||
# Use handle to check completion in future step().
|
# Use handle to check completion in future step().
|
||||||
# TODO (NickLucche) surface xfer elapsed time
|
# TODO (NickLucche) surface xfer elapsed time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user