Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


[![](https://img.shields.io/badge/Lauguage-English-blue)](./) [![](https://img.shields.io/badge/CUDA-v10.0-lightgrey)](https://developer.nvidia.com/cuda-10.0-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=deblocal) [![](https://img.shields.io/badge/cuDNN-v7.6.5-red)](https://developer.nvidia.com/rdp/cudnn-download) [![](https://img.shields.io/badge/TensorRT-v7.0.0.11-orange)](https://developer.nvidia.com/nvidia-tensorrt-7x-download) [![](https://img.shields.io/badge/Status-Updating-yellow)](./)

[English](./) | [中文](./Mandarin/README.md)
Expand Down Expand Up @@ -240,7 +242,7 @@ cd ..
```
2. Add it by your location
```
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/(your location)/TensorRT7/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/(your location)/TensorRT7/lib
export TRT_RELEASE=/home/(your location)/TensorRT7_cuda100
```
3. Source it
Expand Down