-
Notifications
You must be signed in to change notification settings - Fork 823
2.5.1 安装文档更新 #6069
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
2.5.1 安装文档更新 #6069
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6069.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/install/pip/linux-pip.md
Outdated
``` | ||
|
||
|
||
CUDA11.2 包含 cuDNN 动态链接库的 PaddlePaddle,需要先使用如下命令将 wheel 包下载到本地,再使用`python3 -m pip install [name].whl`本地安装([name]为 wheel 包名称): | ||
|
||
|
||
``` | ||
python3 -m pip download paddlepaddle-gpu==2.5.0 -f https://www.paddlepaddle.org.cn/whl/linux/cudnnin/stable.html --no-index --no-deps | ||
python3 -m pip download paddlepaddle-gpu==2.5.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/cudnnin/stable.html --no-index --no-deps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个命令应该改为
python3 -m pip install paddlepaddle-gpu==2.5.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/cudnnin/stable.html
docs/install/pip/linux-pip.md
Outdated
``` | ||
|
||
|
||
2.2.2 CUDA11.2 的 PaddlePaddle | ||
|
||
|
||
``` | ||
python3 -m pip install paddlepaddle-gpu==2.5.0 -i https://mirror.baidu.com/pypi/simple | ||
python3 -m pip install paddlepaddle-gpu==2.5.1.post112 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html | ||
``` | ||
|
||
|
||
CUDA11.2 包含 cuDNN 动态链接库的 PaddlePaddle,需要先使用如下命令将 wheel 包下载到本地,再使用`python3 -m pip install [name].whl`本地安装([name]为 wheel 包名称): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个描述应该是11.8的描述,11.2不需要下载到本地再安装
docs/install/pip/linux-pip.md
Outdated
``` | ||
|
||
|
||
2.2.5 CUDA11.8 的 PaddlePaddle | ||
|
||
|
||
``` | ||
python3 -m pip install paddlepaddle-gpu==2.5.0.post118 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html | ||
python3 -m pip install paddlepaddle-gpu==2.5.1 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
11.8的安装命令和文案可以参考2.5.0 cuda11.2的内容
docs/install/pip/windows-pip.md
Outdated
``` | ||
|
||
2.2.5 CUDA11.8 的 PaddlePaddle | ||
|
||
``` | ||
python -m pip install paddlepaddle-gpu==2.5.0.post118 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html | ||
python -m pip install paddlepaddle-gpu==2.5.1 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
安装命令有问题这里应该使用的是
python -m pip install paddlepaddle-gpu==2.5.0 -i https://mirror.baidu.com/pypi/simple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2.5.0 -> 2.5.1
添加py3.11
添加win cuda12.0