cuda11.5 paddlepaddle-gpu安装出错

发布时间 2023-08-02 17:58:26作者: 哦哟这个怎么搞

检查安装paddlepaddle-gpu

版本为cuda11.5没有对应的版本

报错信息

Running verify PaddlePaddle program ... 
I0802 16:31:52.487021 271111 interpretercore.cc:237] New Executor is Running.
W0802 16:31:52.487298 271111 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.2, Runtime API Version: 11.5
W0802 16:31:52.491756 271111 gpu_resources.cc:149] device: 0, cuDNN Version: 8.3.
W0802 16:31:54.134814 271111 dynamic_loader.cc:303] The third-party dynamic library (libcuda.so) that Paddle depends on is not configured correctly. (error code is libcuda.so: cannot open shared object file: No such file or directory)
  Suggestions:
  1. Check if the third-party dynamic library (e.g. CUDA, CUDNN) is installed correctly and its version is matched with paddlepaddle you installed.
  2. Configure third-party dynamic library environment variables as follows:
  - Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
  - Windows: set PATH by `set PATH=XXX;


--------------------------------------
C++ Traceback (most recent call last):
--------------------------------------
No stack trace in paddle, may be caused by external reasons.

----------------------
Error Message Summary:
----------------------
FatalError: `Segmentation fault` is detected by the operating system.
  [TimeInfo: *** Aborted at 1690965114 (unix time) try "date -d @1690965114" if you are using GNU date ***]
  [SignalInfo: *** SIGSEGV (@0x0) received by PID 271111 (TID 0x7f33724544c0) from PID 0 ***]

Segmentation fault (core dumped)

真的无解

办法

安装docker环境跑