Skip to content

Commit 7e22309

Browse files
authored
[Misc] Postpone torch_profiler deprecation (vllm-project#32867)
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent 90c2007 commit 7e22309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _get_from_env_if_set(self, field_name: str, env_var_name: str) -> None:
109109
value = getattr(envs, env_var_name)
110110
logger.warning_once(
111111
"Using %s environment variable is deprecated and will be removed in "
112-
"v0.14.0 or v1.0.0, whichever is soonest. Please use "
112+
"v0.15.0 or v1.0.0, whichever is soonest. Please use "
113113
"--profiler-config.%s command line argument or "
114114
"ProfilerConfig(%s=...) config field instead.",
115115
env_var_name,

0 commit comments

Comments
 (0)