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
Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import paddle
Illegal instruction (core dumped)
请提出你的问题 Please ask your question
我的环境:
ubuntu 22.04
nvidia-smi为:
安装的cuda的版本为12.3.0
通过执行cat /proc/cpuinfo | grep -i avx
说明机器支持avx
执行nvcc --version的显示如下:
基于以下命令安装gpu版paddle:
python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cu123/
安装后的python包如下:
执行完以上命令后,在执行python语句import paddle时报错
显示报错Illegal instruction (core dumped)
一直没找到原因,请帮忙解答下!
当我把paddlepaddle的版本由3.0.0b2改为2.6时,执行import paddle,没有任何问题,在2.6的版本下执行paddle.utils.run_check()的输出如下:
现在xiang想使用最新版本的paddle,3.0.0b2,请大家帮忙加大下,在线等,万分感谢!!!
The text was updated successfully, but these errors were encountered: