-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paddle的最新gpu版本3.0.0b2,报错:Illegal instruction (core dumped) #70223
Labels
Comments
这里也有同样的问题 :paddle的最新gpu版本3.0.0b1, 3.0.0b2
|
你用的是wsl吗?wsl+cuda11.8没问题好像,你也试下? |
我们这里用wsl下4080是import paddle可以成功啊,你能提供下你更多环境信息吗? |
用的是ubuntu 22.04,不是wsl,cuda为12.3.0 |
我们正在编译,编译完给你个链接 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请提出你的问题 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: