Skip to content

Commit 3889872

Browse files
committed
fix: deprecate option
Signed-off-by: ixlmar <[email protected]>
1 parent f567f30 commit 3889872

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorrt_llm/llmapi/llm_args.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,9 @@ class TorchLlmArgs(BaseLlmArgs):
27782778
disable_flashinfer_sampling: bool = Field(
27792779
default=True,
27802780
description="Disable the use of FlashInfer.sampling.",
2781-
status="prototype")
2781+
status="deprecated",
2782+
deprecated="This option is likely to be removed in the future.",
2783+
)
27822784

27832785
@property
27842786
def quant_config(self) -> QuantConfig:

0 commit comments

Comments
 (0)