Skip to content
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

paddle3.0b安装好后单机无法多GPU #68638

Open
ccl-private opened this issue Oct 11, 2024 · 0 comments
Open

paddle3.0b安装好后单机无法多GPU #68638

ccl-private opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
status/new-issue 新建 type/build 编译/安装问题

Comments

@ccl-private
Copy link

问题描述 Issue Description

通过这个命令安装的python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
安装好后发现虚拟环境里面已经自动安装了cuda、cudnn、nccl等动态链接库
执行检验GPU,我有两张A800,发现只能使用一张
import paddle
paddle.is_compiled_with_cuda()
paddle.utils.run_check()

报错信息:
PaddlePaddle is installed successfully ONLY for single GPU! Let's start deep learning with PaddlePaddle now.

版本&环境信息 Version & Environment Information

paddle版本3.0b

@ccl-private ccl-private added status/new-issue 新建 type/build 编译/安装问题 labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/new-issue 新建 type/build 编译/安装问题
Projects
None yet
Development

No branches or pull requests

2 participants