mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 05:05:29 +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,
|
worker_name=worker_name,
|
||||||
use_gzip=True))
|
use_gzip=True))
|
||||||
else:
|
else:
|
||||||
logger.info(
|
|
||||||
"Torch profiler disabled. AsyncLLM CPU traces will not be collected." # noqa: E501
|
|
||||||
)
|
|
||||||
self.profiler = None
|
self.profiler = None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user