[Doc]: Broken AutoDeploy README link to llm_args.py
Open
Beginner friendly
Nobody has claimed this yet.
Doc
- Dominant language
- Python
- Stars
- 14.7k
- Forks
- 2.8k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 489
Description
A broken relative link appears in the AutoDeploy example README.
examples/auto_deploy/README.md:179linksLlmArgsto../../tensorrt_llm/_torch/auto_deploy/llm_args.- that target does not exist in-tree
- the actual file is
../../tensorrt_llm/_torch/auto_deploy/llm_args.py
This currently breaks repository navigation for the LlmArgs reference in the advanced configuration section.
Potential fix:
- change the
LlmArgslink target fromllm_args.tollm_args.py
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.
Research direction
Open examples/auto_deploy/README.md at line 179 and inspect the LlmArgs link in the advanced configuration section. Compare it with tensorrt_llm/_torch/auto_deploy/llm_args.py, update the link target, and verify that repository navigation reaches the existing file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100