We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0ba7f commit 58a4bb3Copy full SHA for 58a4bb3
examples/distributed_inference/README.rst
@@ -41,6 +41,10 @@ Option 1: Install TensorRT-LLM
41
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
43
Follow the instructions to `install TensorRT-LLM <https://nvidia.github.io/TensorRT-LLM/installation/linux.html>`_.
44
+Please note that before installing TensorRT-LLM, you need to
45
+
46
+1. apt install libmpich-dev
47
+2. apt install libopenmpi-dev
48
49
If the default installation fails due to issues like library version mismatches or Python compatibility, consider using Option 2.
50
After a successful installation, test by running:
0 commit comments