Skip to content

Commit 58a4bb3

Browse files
committed
adding README instructions
1 parent fb0ba7f commit 58a4bb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/distributed_inference/README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Option 1: Install TensorRT-LLM
4141
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242

4343
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
4448

4549
If the default installation fails due to issues like library version mismatches or Python compatibility, consider using Option 2.
4650
After a successful installation, test by running:

0 commit comments

Comments
 (0)