From 8d80e158e1666b2c49b172bd550f07b6cdc791ae Mon Sep 17 00:00:00 2001 From: Yukun He <23156053+hyukn@users.noreply.github.com> Date: Mon, 19 May 2025 09:58:50 +0000 Subject: [PATCH] Downgrade the logger level for fallback tactic warning. Signed-off-by: Yukun He <23156053+hyukn@users.noreply.github.com> --- tensorrt_llm/_torch/autotuner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorrt_llm/_torch/autotuner.py b/tensorrt_llm/_torch/autotuner.py index c1f09ff21f37..fb54094e20f4 100644 --- a/tensorrt_llm/_torch/autotuner.py +++ b/tensorrt_llm/_torch/autotuner.py @@ -421,7 +421,7 @@ def choose_one(self, custom_op: str, runners: List[TunableRunner], self.stats.cache_miss_config_collection[custom_op].add( input_shapes) - logger.info( + logger.debug( f"[AutoTunner]: Using fallback tactic for {custom_op} with input shapes {input_shapes}" ) assert runner == runners[0] \