Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9a5da6d

Browse files
authored
Fix small doc issue (#19)
1 parent 84fd0dd commit 9a5da6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TensorRT-LLM
1111
[![version](https://img.shields.io/badge/release-0.5.0-green)](./setup.py)
1212
[![license](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE)
1313

14-
[Architecture](./docs/source/architecture.md)   |   [Results](./docs/source/performance.md)   |   [Examples](./examples/)   |   [Documentations](./docs/source/)
14+
[Architecture](./docs/source/architecture.md)   |   [Results](./docs/source/performance.md)   |   [Examples](./examples/)   |   [Documentation](./docs/source/)
1515

1616
---
1717
<div align="left">
@@ -75,7 +75,7 @@ well as a complete implementation of the
7575

7676
For a more detailed presentation of the software architecture and the key
7777
concepts used in TensorRT-LLM, we recommend you to read the following
78-
[document](./docs/architecture.md).
78+
[document](./docs/source/architecture.md).
7979

8080
## Installation
8181

@@ -231,7 +231,6 @@ The list of supported models is:
231231
* [SantaCoder](examples/gpt)
232232
* [StarCoder](examples/gpt)
233233

234-
235234
## Performance
236235

237236
Please refer to the [performance](./docs/source/performance.md) page for
@@ -294,7 +293,7 @@ enable plugins, for example: `--use_gpt_attention_plugin`.
294293

295294
## Release notes
296295

297-
* TensorRT-LLM requires TensorRT 9.0.1.4 and 23.08 containers.
296+
* TensorRT-LLM requires TensorRT 9.1.0.4 and 23.08 containers.
298297

299298
### Change Log
300299

0 commit comments

Comments
 (0)