操作系统:Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-122-generic x86_64)
我的cuda版本为11.0
python=3.8
之前下载很多版本都不能用如:
# CUDA 11.0
python -m pip install paddlepaddle-gpu==2.1.3.post110 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html
# CUDA 11.0
python -m pip install paddlepaddle-gpu==2.2.2.post110 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
# CUDA 11.0
python -m pip install paddlepaddle-gpu==2.0.2.post110 -f https://paddlepaddle.org.cn/whl/mkl/stable.html
直接重新下载下面的版本就不报错了:
python -m pip install paddlepaddle==2.4.0rc0 -i https://pypi.tuna.tsinghua.edu.cn/simple
python
import paddle
paddle.utils.run_check()
输入上述代码会显示:
PaddlePaddle is installed successfully ONLY for single GPU! Let's start deep learning with PaddlePaddle now.
但是这里有个问题,这个版本只能单卡GPU训练,但是安装其他版本都报错,暂时只能用这个。
如果大家有其他能用多卡训练的paddle版本可以分享给我 谢谢!!
3万+

被折叠的 条评论
为什么被折叠?



