文件最后提交记录最后更新时间
!1241 [Bugfix]Modify the default path for feature-based training Merge pull request !1241 from zs-Derrick/master 10 个月前
[Docs] Document corrections Co-authored-by: js1234567<jiangshuo9@h-partners.com> # message auto-generated for no-merge-commit merge: !2108 merge master into master [Docs] Document corrections Created-by: js1234567 Commit-by: js1234567 Merged-by: ascend-robot Description: ## Motivation Document corrections: 1. 添加2.3.0配套信息 2. 中英文标点问题 3. 链接版本更新 4. CANN8.5.0版本配置环境变量刷新, 涉及环境变量设置需全面排查修改 ## Modification Readme.md ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21083 个月前
[bugfix] fix attention mask type for wan Co-authored-by: js1234567<jiangshuo9@h-partners.com> # message auto-generated for no-merge-commit merge: !2211 merge master into master [bugfix] fix attention mask type for wan Created-by: js1234567 Commit-by: js1234567 Merged-by: ascend-robot Description: ## Motivation 开启CP得情况下,Mindspeed默认支持得attention mask type为casual,导致推理结果为花屏。 ## Modification Readme 推理shell脚本 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!22113 个月前
!1029 [Refactor]configuration file reconstruction Merge pull request !1029 from chenpeizhe/master 11 个月前
[bugfix] fix attention mask type for wan Co-authored-by: js1234567<jiangshuo9@h-partners.com> # message auto-generated for no-merge-commit merge: !2211 merge master into master [bugfix] fix attention mask type for wan Created-by: js1234567 Commit-by: js1234567 Merged-by: ascend-robot Description: ## Motivation 开启CP得情况下,Mindspeed默认支持得attention mask type为casual,导致推理结果为花屏。 ## Modification Readme 推理shell脚本 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!22113 个月前
[bugfix] fix attention mask type for wan Co-authored-by: js1234567<jiangshuo9@h-partners.com> # message auto-generated for no-merge-commit merge: !2211 merge master into master [bugfix] fix attention mask type for wan Created-by: js1234567 Commit-by: js1234567 Merged-by: ascend-robot Description: ## Motivation 开启CP得情况下,Mindspeed默认支持得attention mask type为casual,导致推理结果为花屏。 ## Modification Readme 推理shell脚本 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [x] The new code needs to comply with the Clean Code specification. - [x] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!22113 个月前
!1491 [Feature] Add loading .pt checkpoint file when using distributed ckpt format Merge pull request !1491 from zs-Derrick/master 8 个月前
[Feature] Upgrade the functionality of the bridge to make it compatible with loading all types of weights. Co-authored-by: ningmengliu<liuhao438@huawei.com> # message auto-generated for no-merge-commit merge: !2154 merge master into master [Feature] Upgrade the functionality of the bridge to make it compatible with loading all types of weights. Created-by: ningmenglh Commit-by: ningmengliu Merged-by: ascend-robot Description: ## Motivation Upgrade the functionality of the bridge to make it compatible with loading all types of weights. ## Modification 1、将权重加载方式,使用bridge方式置为True,使其成为常态开启的选项 2、改变bridge的patch方式,使其megatron后端能够接受pt权重类型加载与huggingface权重类型加载;使fsdp2后端能够接受pt类型权重加载,huggingface类型权重,以及dcp类型权重加载 3、去掉之前的部分冗余判断 ## Self-test (Optional) If modifications to this PR may cause/fix function/accuracy/performance DTSs/issues, a self-inspection record needs to be attached. ## BC-breaking (Optional) If there are compatibility issues, such as dependencies on cann/torch_npu versions, they need to be explained in the PR. ## Checklist **Before PR**: - [ ] The new code needs to comply with the Clean Code specification. - [ ] The PR content is self-checked, and the expression can be clear and the writing standardized **After PR**: - [ ] CLA has been signed and all committers have signed the CLA in this PR. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21543 个月前