Unverified Commit 9d2a4460 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[UX] Remove AsyncLLM torch profiler disabled log (#24609)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent f17c0758
......@@ -177,9 +177,6 @@ class AsyncLLM(EngineClient):
worker_name=worker_name,
use_gzip=True))
else:
logger.info(
"Torch profiler disabled. AsyncLLM CPU traces will not be collected." # noqa: E501
)
self.profiler = None
@classmethod
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment