Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9d2a4460
Unverified
Commit
9d2a4460
authored
Sep 12, 2025
by
Michael Goin
Committed by
GitHub
Sep 12, 2025
Browse files
[UX] Remove AsyncLLM torch profiler disabled log (#24609)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
f17c0758
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/v1/engine/async_llm.py
vllm/v1/engine/async_llm.py
+0
-3
No files found.
vllm/v1/engine/async_llm.py
View file @
9d2a4460
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment