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
7e223097
Unverified
Commit
7e223097
authored
Jan 23, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Jan 23, 2026
Browse files
[Misc] Postpone torch_profiler deprecation (#32867)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
90c20079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config/profiler.py
vllm/config/profiler.py
+1
-1
No files found.
vllm/config/profiler.py
View file @
7e223097
...
@@ -109,7 +109,7 @@ class ProfilerConfig:
...
@@ -109,7 +109,7 @@ class ProfilerConfig:
value
=
getattr
(
envs
,
env_var_name
)
value
=
getattr
(
envs
,
env_var_name
)
logger
.
warning_once
(
logger
.
warning_once
(
"Using %s environment variable is deprecated and will be removed in "
"Using %s environment variable is deprecated and will be removed in "
"v0.1
4
.0 or v1.0.0, whichever is soonest. Please use "
"v0.1
5
.0 or v1.0.0, whichever is soonest. Please use "
"--profiler-config.%s command line argument or "
"--profiler-config.%s command line argument or "
"ProfilerConfig(%s=...) config field instead."
,
"ProfilerConfig(%s=...) config field instead."
,
env_var_name
,
env_var_name
,
...
...
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