| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[feature]support moe expert merge weight convert from hf to dcp or vice versa Co-authored-by: pjgao<gaopengju3@huawei.com> # message auto-generated for no-merge-commit merge: !1752 merge master into master [feature]support moe expert merge weight convert from hf to dcp or vice versa Created-by: PIPIXIU Commit-by: pjgao Merged-by: ascend-robot Description: ## Motivation InternVL3.5使用MOE专家合并的方式需要权重转换,当前仓上是两段转换,先将原仓safetensors转换成合并专家后的safetensors,再转换成torch dcp,因此本PR新增转换接口 mm-convert ExpertMergeDcpConverter hf_to_dcp /mm-convert ExpertMergeDcpConverter dcp_to_hf ## Modification 1. 增加转换类ExpertMergeDcpConverter 2. 抽象Commandable管理所有的命令行接口,提供add_command接口,允许增加函数到命令行中 ## 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!1752 | 7 个月前 | |
add mindspore opensoraplan1.5 scripts Co-authored-by: Dring<17737727613@163.com> # message auto-generated for no-merge-commit merge: !1935 merge master into master add mindspore opensoraplan1.5 scripts Created-by: Dring Commit-by: Dring Merged-by: ascend-robot Description: ## Motivation add mindspore opensoraplan1.5 scripts ## Modification add mindspore and opensoraplan1.5 scripts ## 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!1935 | 6 个月前 | |
[doc][MindSpore] Add finetune scripts and a README.md for InternVL2.5 Co-authored-by: weixin_47897441<wuyouqi1@h-partners.com> # message auto-generated for no-merge-commit merge: !1941 merge master-internvl25 into master [doc][MindSpore] Add finetune scripts and a README.md for InternVL2.5 Created-by: weixin_47897441 Commit-by: weixin_47897441 Merged-by: ascend-robot Description: ## Motivation Add fine-tuning scripts for InternVL2.5 models and corresponding README documentation. ## Modification - Add model fine-tuning scripts to support training and fine-tuning capabilities - Achieve zero-accuracy deviation alignment with PTA - Supplement README file with detailed usage instructions ## Self-test (Optional) - Verified fine-tuning function - Confirmed accuracy consistency with PTA   ## 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**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!1941 | 6 个月前 | |
【master】【Docs】【mindspore】update doc Co-authored-by: AACAES<liuyan7892@163.com> # message auto-generated for no-merge-commit merge: !1606 merge master into master 【master】【Docs】【mindspore】update doc Created-by: AACAES Commit-by: AACAES Merged-by: ascend-robot Description: ## Motivation Update documentation to align with the current state of the repository. ## Modification Update dependency versions and refine documentation wording. ## 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!1606 | 8 个月前 | |
[doc][MindSpore] Add finetune scripts and a README.md for InternVL3 Co-authored-by: weixin_47897441<wuyouqi1@h-partners.com> # message auto-generated for no-merge-commit merge: !1942 merge master-internvl3 into master [doc][MindSpore] Add finetune scripts and a README.md for InternVL3 Created-by: weixin_47897441 Commit-by: weixin_47897441 Merged-by: ascend-robot Description: ## Motivation Add fine-tuning scripts for InternVL3 models and corresponding README documentation. ## Modification - Add model fine-tuning scripts to support training and fine-tuning capabilities - Achieve zero-accuracy deviation alignment with PTA - Supplement README file with detailed usage instructions ## Self-test (Optional) - Verified fine-tuning function - Confirmed accuracy consistency with PTA    ## 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**: - [x] CLA has been signed and all committers have signed the CLA in this PR. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!1942 | 6 个月前 | |
add mindspore opensoraplan1.3 scripts Co-authored-by: Dring<17737727613@163.com> # message auto-generated for no-merge-commit merge: !1936 merge master into master add mindspore opensoraplan1.3 scripts Created-by: Dring Commit-by: Dring Merged-by: ascend-robot Description: ## Motivation add mindspore opensoraplan1.3 scripts ## Modification add mindspore opensoraplan1.3 scripts ## 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!1936 | 6 个月前 | |
add mindspore opensoraplan1.5 scripts Co-authored-by: Dring<17737727613@163.com> # message auto-generated for no-merge-commit merge: !1935 merge master into master add mindspore opensoraplan1.5 scripts Created-by: Dring Commit-by: Dring Merged-by: ascend-robot Description: ## Motivation add mindspore opensoraplan1.5 scripts ## Modification add mindspore and opensoraplan1.5 scripts ## 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!1935 | 6 个月前 | |
[doc][mindspore] modify mindspore_op_plugin desc in README Co-authored-by: ffmh<fengminghao2@huawei.com> # message auto-generated for no-merge-commit merge: !1902 merge master into master [doc][mindspore] modify mindspore_op_plugin desc in README Created-by: ffmh Commit-by: ffmh Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## 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!1902 | 6 个月前 | |
[master][Mindspore][Modify]Remove recompute settings Co-authored-by: iquoyuw<wuyouqi1@h-partners.com> # message auto-generated for no-merge-commit merge: !1850 merge swap-attention into master [master][Mindspore][Modify]Remove recompute settings Created-by: weixin_47897441 Commit-by: iquoyuw Merged-by: ascend-robot Description: ## Motivation The motivation of this PR is to resolve the configuration conflict between the newly added and enabled-by-default swap attention feature in the SFT script and the full recompute settings. To align with the model configuration in PTA and eliminate the conflict, we need to remove the recompute-related configurations. ## Modification The key modification in this PR is removing the recompute settings from the model.json file. This change ensures compatibility with the default-enabled swap attention feature in the SFT script (as the two configurations are mutually exclusive) and keeps the model configuration consistent with PTA's model.json. ## Self-test (Optional) After removing the recompute settings, the SFT script can successfully launch and run the model without any functional exceptions or compatibility issues. ## 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!1850 | 6 个月前 | |
| 9 个月前 | ||
[doc][mindspore] modify mindspore_op_plugin desc in README Co-authored-by: ffmh<fengminghao2@huawei.com> # message auto-generated for no-merge-commit merge: !1902 merge master into master [doc][mindspore] modify mindspore_op_plugin desc in README Created-by: ffmh Commit-by: ffmh Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## 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!1902 | 6 个月前 | |
[doc][mindspore] modify mindspore_op_plugin desc in README Co-authored-by: ffmh<fengminghao2@huawei.com> # message auto-generated for no-merge-commit merge: !1902 merge master into master [doc][mindspore] modify mindspore_op_plugin desc in README Created-by: ffmh Commit-by: ffmh Merged-by: ascend-robot Description: ## Motivation Please describe the motivation of this PR and the goal you want to achieve through this PR. ## Modification Please briefly describe what modification is made in this PR. ## 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!1902 | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 8 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 9 个月前 | ||
| 6 个月前 | ||
| 6 个月前 |