We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd3ba commit 5d118e0Copy full SHA for 5d118e0
tensorrt_llm/llmapi/llm_args.py
@@ -2677,7 +2677,8 @@ class TorchLlmArgs(BaseLlmArgs):
2677
2678
enable_autotuner: bool = Field(
2679
default=True,
2680
- description="Enable autotuner only when torch compile is enabled.",
+ 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.",
2682
status="prototype")
2683
2684
enable_layerwise_nvtx_marker: bool = Field(
0 commit comments