Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorrt_llm/llmapi/llm_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -2708,7 +2708,7 @@ class TorchLlmArgs(BaseLlmArgs):
_quant_config: Optional[QuantConfig] = PrivateAttr(default=None)

disable_flashinfer_sampling: bool = Field(
default=True,
default=False,
description=
"Disable the use of FlashInfer.sampling. This option is likely to be removed in the future.",
status="prototype",
Expand Down
2 changes: 1 addition & 1 deletion tests/unittest/api_stability/references/llm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ methods:
status: beta
disable_flashinfer_sampling:
annotation: bool
default: True
default: False
status: prototype
moe_config:
annotation: tensorrt_llm.llmapi.llm_args.MoeConfig
Expand Down