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

Installation with ROCM #64207

Open
juhonkang opened this issue May 11, 2024 · 1 comment
Open

Installation with ROCM #64207

juhonkang opened this issue May 11, 2024 · 1 comment
Assignees
Labels
status/new-issue 新建 type/build 编译/安装问题

Comments

@juhonkang
Copy link

问题描述 Issue Description

It seems it cannot run with this
python -m pip install paddlepaddle-rocm==2.4.1.post401 -f https://www.paddlepaddle.org.cn/whl/rocm/stable.whl

版本&环境信息 Version & Environment Information

python 3.7

@juhonkang juhonkang added status/new-issue 新建 type/build 编译/安装问题 labels May 11, 2024
@qili93
Copy link
Contributor

qili93 commented May 11, 2024

please kindly help to confirm if you are running the above command in a standard docker environment provided by PaddlePaddle official docker image. For example:

docker pull paddlepaddle/paddle:latest-dev-rocm4.0-miopen2.11
docker run -it --name paddle-rocm-dev --shm-size=128G \
     --device=/dev/kfd --device=/dev/dri --group-add video \
     --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \
     paddlepaddle/paddle:latest-dev-rocm4.0-miopen2.11 /bin/bash
python -m pip install paddlepaddle-rocm==2.4.1.post401 -f https://www.paddlepaddle.org.cn/whl/rocm/stable.whl

Also please provide your detailed error messge into this issue to diagnose, thanks!

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

3 participants