mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 21:45:44 +08:00
[UX] Remove AsyncLLM torch profiler disabled log (#24609)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
f17c075884
commit
9d2a44606d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user