Skip to content

Commit 63f4a7a

Browse files
authored
[TRTLLM-6495] doc: add disclaimer for 3rd party software installation. (#6039)
Signed-off-by: nv-guomingz <[email protected]>
1 parent 2e7da20 commit 63f4a7a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/source/installation/linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
```bash
3333
pip3 install --upgrade pip setuptools && pip3 install tensorrt_llm
3434
```
35+
**This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.**
3536

3637
2. Sanity check the installation by running the following in Python (tested on Python 3.12):
3738

docs/source/quick-start-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This is the starting point to try out TensorRT-LLM. Specifically, this Quick Sta
88

99
There are multiple ways to install and run TensorRT-LLM. For most users, the options below should be ordered from simple to complex. The approaches are equivalent in terms of the supported features.
1010

11+
Note: **This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.**
12+
1113
1. [](installation/containers)
1214

1315
1. Pre-built release wheels on [PyPI](https://pypi.org/project/tensorrt-llm) (see [](installation/linux))

0 commit comments

Comments
 (0)