Skip to content

Commit c8ec082

Browse files
authored
Update README.md
1 parent 0121389 commit c8ec082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ conda activate jarvis
3737
- Install JARVIS
3838
`pip install -e .`
3939

40-
- To be able to use the optional TensorRT acceleration install [Torch-TensorRT](https://github.com/NVIDIA/Torch-TensorRT) and the [TensorRT] pip package with:
40+
- To be able to use the **optional** TensorRT acceleration install [Torch-TensorRT](https://github.com/NVIDIA/Torch-TensorRT) and the [TensorRT] pip package with:
4141
```
4242
pip install nvidia-pyindex
4343
pip install torch-tensorrt -f https://github.com/NVIDIA/Torch-TensorRT/releases
4444
pip install --upgrade nvidia-tensorrt
4545
```
46-
- You will also have to add `libnvinfer.so` to the `PATH` variable
46+
- If you want to be able to use TensorRT you also have to add `libnvinfer.so` to the `PATH` variable. This is not required if you're not using TensorRT acceleration.

0 commit comments

Comments
 (0)