-
Notifications
You must be signed in to change notification settings - Fork 724
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
[doc] Deprecated py37 #6458
[doc] Deprecated py37 #6458
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6458.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.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.
其余 LGTM
@@ -115,7 +115,7 @@ make -j$(nproc) | |||
|
|||
```bash | |||
# 安装命令 | |||
python -m pip install -U paddlepaddle_mlu-0.0.0-cp37-cp37-linux_x86_64.whl |
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.
这个文档里上面全是 3.7,而且也说只支持 3.7,3.8 不清楚是否支持呢,而且现在应该推荐 custom device?这个文档就不改了吧
@@ -7,7 +7,7 @@ | |||
|
|||
## Docker 镜像方式启动 | |||
|
|||
当前 Docker 镜像包含预编译的飞桨框架 IPU 版,镜像基于 Ubuntu18.04 基础镜像构建,内置的 Python 版本为 Python3.7。 | |||
当前 Docker 镜像包含预编译的飞桨框架 IPU 版,镜像基于 Ubuntu18.04 基础镜像构建,内置的 Python 版本为 Python3.8。 |
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.
IPU 镜像里的 python 是已经升级了是么,我记得好像升了
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.
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.
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
docs/guides/hardware_support/mlu_docs
mlu 这玩意看看要不要删docs/guides/hardware_support/npu_docs
npu 这玩意看看要不要删docs/guides/hardware_support/xpu_docs
xpu 这玩意看看要不要删,包都下不到 paddle 2.1 之后的版本了docs/guides/hardware_support/rocm_docs/paddle_install_cn.md
docker 镜像都拉不下来,不知道咋改docs/guides/infer/paddleslim
包下不到 paddle 2.3 之后的版本了,中英文不同步docs/dev_guides/custom_device_docs/custom_device_example_*.md
中英不同步docs/release_note_en.md
报错的存档信息不改docs/guides/performance_improving/training_improving_model_*.md
Quick start也没修改(这些最好重新跑一遍)docs/eval/*
Hackathon 部分也没修改(这部分或许应该要迁移?)docs/guides/custom_op/new_cpp_op_cn.md
原因是有弃用警告,最好重新跑一遍,且这是个开发文档需要对应自己的python版本,不影响使用