You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: docs/source/installation/linux.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@
9
9
Before the pre-built Python wheel can be installed via `pip`, a few
10
10
prerequisites must be put into place:
11
11
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).
14
17
15
18
```bash
16
19
# 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