diff --git a/tensorrt_llm/sampling_params.py b/tensorrt_llm/sampling_params.py index e7fed5e2ced0..e229f18e6fbc 100644 --- a/tensorrt_llm/sampling_params.py +++ b/tensorrt_llm/sampling_params.py @@ -25,7 +25,7 @@ from tensorrt_llm.bindings import executor as tllme from tensorrt_llm.logger import logger -MAX_TOP_LOGPROBS = 20 +MAX_TOP_LOGPROBS = 100 def validate_thinking_token_budget(value: Optional[Union[int, float, bool]]) -> Optional[int]: