Skip to content

Commit 5d118e0

Browse files
authored
[None][chore] Revise the description of enable_autotuner. (#9320)
Signed-off-by: Yukun He <[email protected]>
1 parent 1bdd3ba commit 5d118e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorrt_llm/llmapi/llm_args.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,8 @@ class TorchLlmArgs(BaseLlmArgs):
26772677

26782678
enable_autotuner: bool = Field(
26792679
default=True,
2680-
description="Enable autotuner only when torch compile is enabled.",
2680+
description=
2681+
"Enable autotuner for all tunable ops. This flag is for debugging purposes only, and the performance may significantly degrade if set to false.",
26812682
status="prototype")
26822683

26832684
enable_layerwise_nvtx_marker: bool = Field(

0 commit comments

Comments
 (0)