From 185419558edbfb7c65bd40ee1b37e101482cf090 Mon Sep 17 00:00:00 2001 From: Yukun He <23156053+hyukn@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:41:40 +0000 Subject: [PATCH] [None][chore] Revise the description of enable_autotuner. Signed-off-by: Yukun He <23156053+hyukn@users.noreply.github.com> --- tensorrt_llm/llmapi/llm_args.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tensorrt_llm/llmapi/llm_args.py b/tensorrt_llm/llmapi/llm_args.py index 88281b497e9..41d4e60ba94 100644 --- a/tensorrt_llm/llmapi/llm_args.py +++ b/tensorrt_llm/llmapi/llm_args.py @@ -2677,7 +2677,8 @@ class TorchLlmArgs(BaseLlmArgs): enable_autotuner: bool = Field( default=True, - description="Enable autotuner only when torch compile is enabled.", + description= + "Enable autotuner for all tunable ops. This flag is for debugging purposes only, and the performance may significantly degrade if set to false.", status="prototype") enable_layerwise_nvtx_marker: bool = Field(