From edf35b63cec7ca96776516daf1998883e6bdc231 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sat, 19 Jul 2025 16:31:48 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- .../kv_transfer/kv_connector/v1/nixl_connector.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py b/vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py index e0f95f1aece1d..bb46d592edfd1 100644 --- a/vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py +++ b/vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py @@ -1029,9 +1029,9 @@ class NixlConnectorWorker: # Begin async xfer. self.nixl_wrapper.transfer(handle) end = time.perf_counter() - logger.debug( - "[nixl connector]: req_id %s transfer launch time %s", - request_id, end - start) + # logger.debug( + # "[nixl connector]: req_id %s transfer launch time %s", + # request_id, end - start) # Use handle to check completion in future step(). # TODO (NickLucche) surface xfer elapsed time