[Misc] Postpone torch_profiler deprecation (#32867)

Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
Nicolò Lucchesi
2026-01-23 15:39:48 +01:00
committed by GitHub
parent 90c2007932
commit 7e22309755

View File

@@ -109,7 +109,7 @@ class ProfilerConfig:
value = getattr(envs, env_var_name)
logger.warning_once(
"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 "
"ProfilerConfig(%s=...) config field instead.",
env_var_name,