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
Copy file name to clipboardExpand all lines: docs/deployment.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Thu Jul 21 19:32:03 2022
135
135
136
136
结果中可以看出
137
137
138
-
* CUDA Version栏显示的是当前环境中的CUDA版本号,此处为11.2。开始使用飞桨前,请先保证此处CUDA Version显示正常。如果CUDA Version栏不显示版本号,则需要添加CUDA相关库的路径到环境变量`LD_LIBRARY_PATH`中,具体请参考[文档](https://docs.nvidia.com/cuda/cuda-quick-start-guide/index.html)。
138
+
* CUDA Version栏显示的是当前环境中的CUDA版本号,此处为11.2。开始使用飞桨前,请先保证此处CUDA Version显示正常。如果CUDA Version栏不显示版本号,则需要添加CUDA相关库的路径到环境变量`LD_LIBRARY_PATH`中,例如执行命令添加 `export LD_LIBRARY_PATH=/usr/lib64/:/usr/local/lib/:/usr/local/cuda-11.2/targets/x86_64-linux/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:${LD_LIBRARY_PATH}` 。具体请参考[文档](https://docs.nvidia.com/cuda/cuda-quick-start-guide/index.html)。
0 commit comments