Skip to content

Commit a3536ba

Browse files
yiqingy0chzblych
authored andcommitted
[None][infra] Updated Linux installation guide (NVIDIA#9485)
Signed-off-by: Yiqing Yan <yiqingy@nvidia.com> Co-authored-by: Yanchao Lu <yanchaol@nvidia.com> Signed-off-by: Mike Iovine <6158008+mikeiovine@users.noreply.github.com>
1 parent e1f6100 commit a3536ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/installation/linux.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
Before the pre-built Python wheel can be installed via `pip`, a few
1010
prerequisites must be put into place:
1111

12-
Install CUDA Toolkit following the [CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/) and
13-
make sure `CUDA_HOME` environment variable is properly set.
12+
Install CUDA Toolkit 13.0 following the [CUDA Installation Guide for Linux](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/)
13+
and make sure `CUDA_HOME` environment variable is properly set.
14+
15+
The `cuda-compat-13-0` package may be required depending on your system's NVIDIA GPU
16+
driver version. For additional information, refer to the [CUDA Forward Compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/forward-compatibility.html).
1417

1518
```bash
1619
# By default, PyTorch CUDA 12.8 package is installed. Install PyTorch CUDA 13.0 package to align with the CUDA version used for building TensorRT LLM wheels.

0 commit comments

Comments
 (0)