PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Home Page:http://www.paddlepaddle.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation with ROCM

juhonkang opened this issue · comments

问题描述 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

commented

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!