-
Notifications
You must be signed in to change notification settings - Fork 823
2.5 install docs and add cuda12.0 to pip-linux #5974
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 install docs and add cuda12.0 to pip-linux #5974
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5974.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
docs/install/conda/linux-conda.md
Outdated
|
||
``` | ||
conda install paddlepaddle-gpu==2.1.0 cudatoolkit=10.2 --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ | ||
conda install paddlepaddle-gpu==2.5.0rc1 cudatoolkit=11.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge |
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.
版本号需要都改成2.5.0
``` | ||
``` | ||
nvidia-docker pull registry.baidubce.com/paddlepaddle/paddle:2.5.0-gpu-cuda11.7-cudnn8.4-trt8.4 | ||
``` | ||
|
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.
这次新增了cuda12的镜像
registry.baidubce.com/paddlepaddle/paddle:2.5.0-gpu-cuda12.0-cudnn8.9-trt8.6
* **CUDA 工具包 11.7 配合 cuDNN v8.4.1, 如需使用 PaddleTensorRT 推理,需配合 TensorRT8.4.2.4** | ||
|
||
* **CUDA 工具包 11.8 配合 cuDNN v8.6.0, 如需使用 PaddleTensorRT 推理,需配合 TensorRT8.5.1.7** | ||
|
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.
缺少cuda12.0的说明
更新 2.5 安装文档