已合并
更新 python 版本表述,保留 Python311,部分位置保留 Python310,其他旧版本表述清理 #831
徐驰创建于 4月11日
更新 python 版本表述,保留 Python311,部分位置保留 Python310,其他旧版本表述清理 #831
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 徐驰 的贡献)ascend-robot
4月11日 评论:
4月11日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-LLM | ✅ hw-zhoutianyang, 陈歆怡 (2/2) | ✅ 陈歆怡 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
martinXuc, thanks for your pull request. All authors of the commits have signed the CLA. 👍


徐驰
4月11日 评论:
4月11日 评论:
compile


4月11日 添加了label:ascend-cla/yes
4月11日 添加了label:needs-issue
ascend-robot
4月11日 评论:
4月11日 评论:
Linking Issue Notice
@martinXuc , the pull request must be linked to at least one issue.
If an issue has already been linked, but the needs-issue label remains, you can remove the label by commenting /check-issue .


此处折叠了74条消息 查看更多
4月13日 添加了label:approvedlgtm
纪涛
4月14日 评论:
4月14日 评论:
/merge


4月14日 添加了label:keeper_approved
ascend-robot
4月14日 评论:
4月14日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: 陈歆怡.
Reviewers who wrote a comment of /lgtm are: 陈歆怡, hw-zhoutianyang.


4月14日 合入了pull request
合入背景
MindIE-LLM 已不再支持 Python 3.7~3.10,当前仅支持 Python 3.11 及以上版本(部分保留 Python 3.10 描述)。代码仓中仍残留大量旧版本 Python 的文档描述、构建脚本配置和示例说明,需要统一清理更新,保持与实际支持的版本一致。
Fixes #435
修改内容
本次为文档和配置清理,不涉及组件间交互逻辑变更,具体修改如下:
docs/zh/faq/faq.md):将 Python 版本示例从3.10.13更新为3.11,涉及环境变量配置、软链接创建、LD_PRELOAD路径等。docs/zh/user_guide/user_manual/prefill_decode_mixed_deployment.md):将 Python 环境要求从Python3.10.x或3.11.x收窄为Python3.11.x,同步更新环境变量示例路径。examples/atb_models/README.md):更新版本配套关系为 Python 3.11 + torch 2.9.0;移除 py310 相关的 whl 包名和安装示例;移除pytorch_v${version}_py310.tar.gz包条目。target-version从py310更新为py311。src/kernels/mie_ops/csrc/cmake/modules/FindPython.cmake):将最低 Python 版本要求从3.7提升至3.10;移除 cache string 中硬编码的libpython3.7m.a描述。src/kernels/mie_ops/csrc/scripts/package/common/sh/common_interface.sh):将支持的 Python 版本列表从3.7 3.8 3.9 3.10 3.11收窄为3.10 3.11,同步更新告警提示信息。资料变更
涉及。FAQ 文档和用户手册中的 Python 版本要求、环境变量示例路径已同步更新,与实际支持的 Python 版本保持一致。
接口变更
不涉及。
测试结果
本次为文档描述和构建配置清理,不涉及功能逻辑变更。
CheckList