| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: for the FSDP2 backend README, always pull from the MindSpeed master branch. Co-authored-by: zhangxubin<zhangxubin3@h-partners.com> # message auto-generated for no-merge-commit merge: !2864 merge master into master feat: for the FSDP2 backend README, always pull from the MindSpeed master branch. Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 使用 fsdp2 后端的模型,修改成每次都拉取最新的MindSpeed master 分支代码 详细变更: 1. scripts/install.sh 新增分支参数支持 - 新增 -b, --msbranch BRANCH 参数,用于指定 MindSpeed 分支名 - 与 --msid 互斥,同时指定时报错退出 - 克隆时使用 git clone -b <branch> 一步完成分支切换;已存在目录时使用 git fetch origin <branch> && git checkout <branch> 保持最新 - 配置打印与安装日志根据参数显示 branch/commit/最新版 2. fsdp2 后端 README 统一改为拉取 master 分支 - 判断逻辑:脚本中存在 torchrun $DISTRIBUTED_ARGS mindspeed_mm/fsdp/train/trainer.py 即代表使用 fsdp2 后端 - 使用 bash scripts/install.sh 的 README 增加 --msbranch master 参数 - 使用手动 git clone 的 README 改为 git clone -b master - 存在 README_v1.md 的目录(qwen3vl、qwen3omni)只修改 v1,不动 README.md 涉及文件: - scripts/install.sh 、 examples/qwen3_5/README.md (首次提交) - examples/kimik2_5/README.md 、 examples/ltx2/README.md 、 examples/mimov2_5/README.md 、 examples/moss_tts/README.md 、 examples/qwen3_6/README.md 、 examples/qwen3omni/README_v1.md 、 examples/qwen3tts/README.md 、 examples/qwen3vl/README_v1.md 、 examples/step3_vl/README.md (第二次提交) ## Does this PR introduce any user-facing change? 是。 使用 fsdp2 后端的用户安装流程变化: - 原方式: bash scripts/install.sh --msid eb10b92 或手动 git clone https://gitcode.com/Ascend/MindSpeed.git - 新方式: bash scripts/install.sh --msbranch master 或 git clone -b master https://gitcode.com/Ascend/MindSpeed.git 用户不再需要查询和维护 MindSpeed commit ID,每次安装自动拉取最新 master 分支代码。 相关文档: - scripts/install.sh - 新增 -b/--msbranch 参数( --msid 保留向后兼容) - examples/qwen3_5/README.md - examples/qwen3_6/README.md - examples/mimov2_5/README.md - examples/kimik2_5/README.md - examples/step3_vl/README.md - examples/qwen3tts/README.md - examples/moss_tts/README.md - examples/ltx2/README.md - examples/qwen3omni/README_v1.md - examples/qwen3vl/README_v1.md ## How was this patch tested? 1. 语法校验: 通过 bash -n scripts/install.sh 验证脚语法正确 2. 互斥校验: 同时指定 --msid 和 --msbranch 时正确报错退出 3. 参数解析: 验证 -b master 和 --msbranch master 两种写法均可正确解析 4. 克隆逻辑: 新目录场景使用 git clone -b ,已存在目录场景使用 fetch + checkout 使用约束与限制: - --msid 参数保留向后兼容,未修改的 README(bagel、hunyuanvideo_1.5、wan2.2、qwen3vl/README.md、mcore/qwen3_5 等)仍使用 commit ID 方式 - 分支名必须为远端存在的有效分支,否则 git fetch / git clone -b 会失败 - 离线环境(无法访问 gitcode.com)不适用此方式,仍需使用 --msid 配合本地缓存 See merge request: Ascend/MindSpeed-MM!2864 | 1 小时前 | |
style: pre-commit autofix cleancode (base check) Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2616 merge master into master style: pre-commit autofix cleancode (base check) Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. ## Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. ## 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!2616 | 1 个月前 | |
修改路径替换脚本默认路径, docker描述修改 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2736 merge 0630_npupath into master feat: 修改路径替换脚本默认路径修改, 修改docker描述 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 按新要求,修改默认路径.验证docker, 修改docker场景下使用描述 ## Does this PR introduce any user-facing change? 按新要求,修改默认路径.验证docker, 修改docker场景下使用描述 ## How was this patch tested? 测试该使用场景下, 模型正常训练 See merge request: Ascend/MindSpeed-MM!2736 | 21 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 小时前 | ||
| 1 个月前 | ||
| 21 天前 |