Unverified Commit 7e223097 authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Misc] Postpone torch_profiler deprecation (#32867)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent 90c20079
...@@ -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.14.0 or v1.0.0, whichever is soonest. Please use " "v0.15.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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment