Skip to content

Commit 00955ce

Browse files
authored
docs:update 0.19 doc. (#4120)
Signed-off-by: nv-guomingz <[email protected]>
1 parent 50b5b1a commit 00955ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/quick-start-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is a simple example to show how to use the LLM API with TinyLlama.
1515
```
1616

1717
You can also directly load TensorRT Model Optimizer's [quantized checkpoints on Hugging Face](https://huggingface.co/collections/nvidia/model-optimizer-66aa84f7966b3150262481a4) in the LLM constructor.
18-
To learn more about the LLM API, check out the [](llm-api/index) and [](llm-api-examples/index).
18+
To learn more about the LLM API, check out the [](llm-api/index) and [](examples/llm_api_examples).
1919

2020
(deploy-with-trtllm-serve)=
2121
## Deploy with trtllm-serve
@@ -151,7 +151,7 @@ In this Quick Start Guide, you:
151151

152152
For more examples, refer to:
153153

154-
- [examples/](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples) for showcases of how to run a quick benchmark on latest LLMs.
154+
- [examples](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples) for showcases of how to run a quick benchmark on latest LLMs.
155155

156156
## Related Information
157157

docs/source/torch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scripts/huggingface_example.sh --model <huggingface_model_card> --quant fp8 --ex
4141

4242
- [Architecture Overview](./torch/arch_overview.md)
4343
- [Adding a New Model](./torch/adding_new_model.md)
44-
- [Examples](../../examples/pytorch/README.md)
44+
- [Examples](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/pytorch/README.md)
4545

4646
## Key Components
4747

0 commit comments

Comments
 (0)