import paddle 报错:Illegal instruction (core dumped) #43181
Open
Description
bug描述 Describe the Bug
安装paddlepaddle-gpu 0.0.0 后import paddle
报错:
W0602 18:23:16.900280 715329 tensorrt.cc:56] You are using Paddle compiled with TensorRT, but TensorRT dynamic library is not found. Ignore this if TensorRT is not needed.
The TensorRT that Paddle depends on is not configured correctly.
Suggestions:
1. Check if the TensorRT is installed correctly and its version is matched with paddlepaddle you installed.
2. Configure environment variables as follows:
- Linux: set LD_LIBRARY_PATH by `export LD_LIBRARY_PATH=...`
- Windows: set PATH by `set PATH=XXX;%PATH%`
- Mac: set DYLD_LIBRARY_PATH by `export DYLD_LIBRARY_PATH=...`
Illegal instruction (core dumped)
Detailed info:
System:Ubuntu 20.04.1 LTS
cuda version:CUDA11.0
python:3.7
DGX_PLATFORM:DGX Server for DGX A100
系统支持avx、avx2指令集
paddlepaddle安装指令:
python -m pip install paddlepaddle-gpu==0.0.0.post110 -f https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html
其他补充信息 Additional Supplementary Information
No response