NVIDIA / NVIDIA/TensorRT-LLM

[Doc]: Broken AutoDeploy README link to llm_args.py

Open Beginner friendly
#15,191 1 comment 0 reactions 0 assignees View on GitHub

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:179 links LlmArgs to ../../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 LlmArgs link target from llm_args. to llm_args.py

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.