mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-30 18:43:31 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
1588294a88
commit
4ec76caafa
@ -923,7 +923,10 @@ class NixlConnectorWorker:
|
|||||||
# Add to requests that are waiting to be read and track expiration.
|
# Add to requests that are waiting to be read and track expiration.
|
||||||
self._reqs_to_send.update(metadata.reqs_to_send)
|
self._reqs_to_send.update(metadata.reqs_to_send)
|
||||||
end = time.perf_counter()
|
end = time.perf_counter()
|
||||||
logger.info(f"===== start_load_kv time: {end-start: 0.5f}s")
|
if len(metadata.reqs_to_recv) > 0:
|
||||||
|
logger.info(
|
||||||
|
f"===== {len(metadata.reqs_to_recv)}: start_load_kv time: {end-start: 0.5f}s"
|
||||||
|
)
|
||||||
|
|
||||||
def _read_blocks_for_req(self, req_id: str, meta: ReqMeta):
|
def _read_blocks_for_req(self, req_id: str, meta: ReqMeta):
|
||||||
logger.debug(
|
logger.debug(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user