文件最后提交记录最后更新时间
feat: add Docker image build scripts and documentation Co-authored-by: zhangxubin<1656631289@qq.com> # message auto-generated for no-merge-commit merge: !2406 merge master into master feat: add Docker image build scripts and documentation Created-by: MoCuishle-M Commit-by: zhangxubin;MoCuishle-M Merged-by: ascend-robot Description: ## What this PR does / why we need it? MindSpeed MM增加docker 镜像构建相关代码与文档。 支持构建A2、A3、X86、ARM、openEuler、ubuntu组合的镜像。python版本为3.11 MM镜像定位:提供基础CANN、torch、torchnpu、decord(arm上难安装)4个基础环境。 因为verl环境安装涉及源码编译,耗时长,所以预装verl qwen3vl环境。 遵循如下规则: 1. 在项目根目录创建以“docker”命名的独立目录,多个Dockerfile可按需创建二级目录 2. Dockerfile的命名遵循模板:Dockerfile[.{芯片信息}.{操作系统}.{其他字段}],中括号内为可选字段(字段顺序可调整),字段间连接符使用“.”,字段内连接符使用“-”; 参考: Dockerfile.a3.openEuler/Dockerfile.310p.openEuler 3. 镜像tag的命名推荐遵循模板:{版本号}[-{芯片信息}-{操作系统}-{Python版本}-{架构类型}-{其他字段}],中括号内为可选字段(字段顺序可调整),字段内、字段间连接符均使用“-”; 2.3.0-800I-A2-py311-openeuler24.03-lts/9.0.0-beta.2-910-openeuler24.03-py3.11 单独提供用于后续镜像分发时生成镜像概述的OVERVIEW.md/OVERVIEW.zh.md,与Dockerfile同步归档至业务代码仓根目录下以“docker”命名的独立目录或独立代码仓; a) 快速参考(Quick Reference) b) 镜像tag中关键字段描述 c) Dockerfile归档路径 d) 快速开始(Quick Start):运行/本地构建/二次开发 e) 其他自定义章节:硬件支持信息/兼容性变更说明 f) 许可证/免责声明 参考:https://quay.io/repository/ascend/cann ## Does this PR introduce any user-facing change? 首页readme后续需要进行修改。但当前下一个CANN、torch npu正式版本未发布,暂时不呈现。 ## How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed-MM!24061 个月前
[feature] CANN/HDK路径适配:添加CANN路径提醒注释及批量替换工具 Co-authored-by: yeqm<yeqiangmao@huawei.com> Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2440 merge supp_path_oversea into master [feature] CANN/HDK路径适配:添加CANN路径提醒注释及批量替换工具 Created-by: liuxi_ Commit-by: liuxi_;yeqm Merged-by: ascend-robot Description: # What this PR does / why we need it? 考虑出海版本(CANN 安装路径为 /usr/local/npu),修改文档中涉及/usr/local/Ascend路径时的提示。 并提供路径替换脚本,通过脚本完成仓库适配后,组件可正常安装、模型微调可正常运行。 ## Does this PR introduce any user-facing change? 在部分文档中会优化对CANN环境脚本路径的提示,提示按实际路径配置脚本。 ## How was this patch tested? 执行脚本后,验证基本功能正常 See merge request: Ascend/MindSpeed-MM!244027 天前
[feature] CANN/HDK路径适配:添加CANN路径提醒注释及批量替换工具 Co-authored-by: yeqm<yeqiangmao@huawei.com> Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2440 merge supp_path_oversea into master [feature] CANN/HDK路径适配:添加CANN路径提醒注释及批量替换工具 Created-by: liuxi_ Commit-by: liuxi_;yeqm Merged-by: ascend-robot Description: # What this PR does / why we need it? 考虑出海版本(CANN 安装路径为 /usr/local/npu),修改文档中涉及/usr/local/Ascend路径时的提示。 并提供路径替换脚本,通过脚本完成仓库适配后,组件可正常安装、模型微调可正常运行。 ## Does this PR introduce any user-facing change? 在部分文档中会优化对CANN环境脚本路径的提示,提示按实际路径配置脚本。 ## How was this patch tested? 执行脚本后,验证基本功能正常 See merge request: Ascend/MindSpeed-MM!244027 天前
docs: update NPU type description and add image download info Co-authored-by: zhangxubin<1656631289@qq.com> Co-authored-by: zhangxubin<zhangxubin3@h-partners.com> # message auto-generated for no-merge-commit merge: !2523 merge master into master docs: update NPU type description and add image download info Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 在文档中添加ascendhub的链接。 根据相关要求,英语文档删除或者修改ascend、910x等字样。ascend使用atlas替代、910x统一使用910代替。 ## Does this PR introduce any user-facing change? / ## How was this patch tested? / See merge request: Ascend/MindSpeed-MM!25237 天前
docs: update NPU type description and add image download info Co-authored-by: zhangxubin<1656631289@qq.com> Co-authored-by: zhangxubin<zhangxubin3@h-partners.com> # message auto-generated for no-merge-commit merge: !2523 merge master into master docs: update NPU type description and add image download info Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 在文档中添加ascendhub的链接。 根据相关要求,英语文档删除或者修改ascend、910x等字样。ascend使用atlas替代、910x统一使用910代替。 ## Does this PR introduce any user-facing change? / ## How was this patch tested? / See merge request: Ascend/MindSpeed-MM!25237 天前
fix: pass MINDSPEED_MM_VERSION as MINDSPEED_MM_BRANCH build-arg to Dockerfile Co-authored-by: zhangxubin<1656631289@qq.com> # message auto-generated for no-merge-commit merge: !2479 merge master into master fix: pass MINDSPEED_MM_VERSION as MINDSPEED_MM_BRANCH build-arg to Dockerfile Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 没有把"MindSpeed MM分支名"传到dockerfile里,导致只能下载master分支代码。 现在把MINDSPEED_MM_VERSION作为MINDSPEED_MM_BRANCH传到Dockerfile里,实现可以指定分支。 ## Does this PR introduce any user-facing change? 无。overview里面有说明。 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!247922 天前