Skip to content

Commit

Permalink
Update readme of pp-liteseg
Browse files Browse the repository at this point in the history
  • Loading branch information
juncaipeng authored Apr 13, 2022
1 parent 07ec9ad commit 4c6de64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/pp_liteseg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ python val.py \

**Prepare:**
* Install gpu driver, cuda toolkit and cudnn
* Download TensorRT 5/7 tar file from [Nvidia](https://developer.nvidia.com/tensorrt). We provide [cuda10.2-cudnn8.0-trt7.1](wget https://paddle-inference-dist.bj.bcebos.com/tensorrt_test/cuda10.2-cudnn8.0-trt7.1.tgz)
* Download TensorRT 5/7 tar file from [Nvidia](https://developer.nvidia.com/tensorrt). We provide [cuda10.2-cudnn8.0-trt7.1](https://paddle-inference-dist.bj.bcebos.com/tensorrt_test/cuda10.2-cudnn8.0-trt7.1.tgz)
* Install the TensorRT whl in the tar file, e.g, `pip install TensorRT-7.1.3.4/python/xx.whl`
* Set Path, e.g, `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:TensorRT-7.1.3.4/lib`
* Install Paddle and PaddleSeg ([doc](../../docs/install.md))
Expand Down

0 comments on commit 4c6de64

Please sign in to comment.