You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some problems in doc, compile from source code in install/index_en.html linked to chinese document. (PaddlePaddle#3344)
* the link without _en in url is zh_CN document
* some problems in FAQ
using img tag
using quote not codeblock for this
using quote not codeblock for this
* format the inline codes
* update the .gitignore
* plural Issues
Copy file name to clipboardExpand all lines: doc/paddle/faq/install_cn.md
+40-32Lines changed: 40 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,12 @@
5
5
6
6
+ 问题描述:
7
7
8
-
TensorRT dynamic library (libnvinfer.so) that Paddle depends on is not configured correctly. (error code is libnvinfer.so: cannot open shared object file: No such file or directory)
9
-
10
-
Suggestions:
11
-
12
-
Check if TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
13
-
14
-
Configure TensorRT dynamic library environment variables as follows:
15
-
16
-
Linux: set LD_LIBRARY_PATH by export LD_LIBRARY_PATH=...
17
-
18
-
Windows: set PATH by `set PATH=XXX;
19
-
8
+
> TensorRT dynamic library (libnvinfer.so) that Paddle depends on is not configured correctly. (error code is libnvinfer.so: cannot open shared object file: No such file or directory)
9
+
> Suggestions:
10
+
> Check if TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
11
+
> Configure TensorRT dynamic library environment variables as follows:
12
+
> Linux: set LD_LIBRARY_PATH by export LD_LIBRARY_PATH=...
0 commit comments