guided decoding parameters for tensorrt_llm backend must be present even if not needed
Open
@schetlur-nv is already working on this.
Since Jun 11, 2025.
bug
Investigating
triaged
Triton backend
- Dominant language
- Python
- Stars
- 14.7k
- Forks
- 2.8k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 489
Description
System Info
Nvidia rtx 3090 ti
nvcr.io/nvidia/tritonserver:25.05-trtllm-python-py3
Who can help?
@ncomly-nvidia
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction
Steps to reproduce the behaviour:
- take any tensorrt_llm compiled plan
- delete from config.pbtxt parameters
tokenizer_dir,xgrammar_tokenizer_info_pathorguided_decoding_backend
Expected behavior
tensorrtllm_backend should start normally
actual behavior
tensorrtllm_backend crashes with a message that a parameter is missing, although it's not used.
additional notes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.