mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[TRTLLM-6495] doc: add disclaimer for 3rd party software installation. (#6039)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
This commit is contained in:
parent
eb7d0f84b5
commit
34dd071bd6
@ -32,6 +32,7 @@
|
||||
```bash
|
||||
pip3 install --upgrade pip setuptools && pip3 install tensorrt_llm
|
||||
```
|
||||
**This project will download and install additional third-party open source software projects. Review the license terms of these open source projects before use.**
|
||||
|
||||
2. Sanity check the installation by running the following in Python (tested on Python 3.12):
|
||||
|
||||
|
||||
@ -8,6 +8,8 @@ This is the starting point to try out TensorRT-LLM. Specifically, this Quick Sta
|
||||
|
||||
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.
|
||||
|
||||
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.**
|
||||
|
||||
1. [](installation/containers)
|
||||
|
||||
1. Pre-built release wheels on [PyPI](https://pypi.org/project/tensorrt-llm) (see [](installation/linux))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user