文件最后提交记录最后更新时间
[Test] Add UT for mm_plugin.py Co-authored-by: zhangxubin<1656631289@qq.com> # message auto-generated for no-merge-commit merge: !1803 merge master into master [Test] Add UT for mm_plugin.py Created-by: MoCuishle-M Commit-by: zhangxubin Merged-by: ascend-robot Description: ## Motivation Add UT for mm_plugin.py ## Modification Add UT for mm_plugin.py mm_plugin.py是指mindspeed_mm\data\data_utils\func_utils\mm_plugin.py 这个文件 该文件中,主要定义并实现了BasePlugin、模型对应的Plugin、MMPluginMixin和一些辅助函数。 因为Qwen2-VL、Qwen3-VL等模型已经有了ST,本pr中就不实现相关UT测试用例。 基类有一些方法已经override,无法跑到,所以需要实现相关UT测试用例。 该PR实现了GLM4VPlugin、BasePlugin、 MMPluginMixin这三个类和相关辅助函数对应的UT测试用例。 本地测试,端到端耗时8s,去掉冗余的导包,耗时5.6s . ## 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**: - [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!18036 个月前
[Test] chunkloss UT Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !1751 merge chunkloss_ut into master [Test] chunkloss UT Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## Motivation chunkloss ut ## Modification 增加chunkloss ut,并修复两个笔误 ## 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**: - [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!17516 个月前
feat(torch): Qwen3-Omni support ulysses cp / fix(torch): repeat_kv and activation_offload bug Co-authored-by: yaoyaoxu<xuyaoyao.824404@huawei.com> # message auto-generated for no-merge-commit merge: !2188 merge qwen3omni_ulysses_cp into master feat(torch): Qwen3-Omni support ulysses cp / fix(torch): repeat_kv and activation_offload bug Created-by: yaoyaoxu Commit-by: yaoyaoxu Merged-by: ascend-robot Description: ## Motivation 当前序列长度无法支持128K,需要适配CP以支持128K长序列 ## Modification 1.Qwen3-Omni支持ulysses cp:对AuT、ViT、LLM都做了适配; 如果开启CP,但没有传入音频数据或CP size > = seq_len,则不对音频模块做CP处理 2.修复repeat_kv的bug 3.修复开启activation_offload配置时的内存泄漏bug ## 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!21882 个月前
[Feature]DanceGPRO add unit test Co-authored-by: young256<young256@noreply.gitcode.com> # message auto-generated for no-merge-commit merge: !1702 merge dancegrpo-ut into master [Feature]DanceGPRO add unit test Created-by: young256 Commit-by: young256 Merged-by: ascend-robot Description: ## Motivation DanceGPRO add unit test. ## Modification DanceGPRO add unit test. ## Self-test (Optional) Not involved. ## BC-breaking (Optional) Not involved. ## 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!17026 个月前
[Feature] profile offline analysing tool & docs modify Co-authored-by: 林明哲<linmingzhe3@huawei.com> # message auto-generated for no-merge-commit merge: !2139 merge doc260203 into master [Feature] profile offline analysing tool & docs modify Created-by: LinMingZhe Commit-by: 林明哲 Merged-by: ascend-robot Description: ## Motivation 1. profile 离线解析工具,解决issue 2. 完善文档说明 ## Modification 1. 增加analyse_flag到profile 2. 完善文档说明 3. 增加离线解析功能 4. 修改UT ## 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**: - [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!21393 个月前
!1071 [Test] add encoder-dp-balance ut Merge pull request !1071 from Mr霖/master 11 个月前
[Modify]Performance Optimization for Qwen3-Omni Thinker MoE Expert Weight Conversion Co-authored-by: yaoyaoxu<xuyaoyao.824404@huawei.com> # message auto-generated for no-merge-commit merge: !1857 merge better_perf_qwen3omni into master [Modify]Performance Optimization for Qwen3-Omni Thinker MoE Expert Weight Conversion Created-by: yaoyaoxu Commit-by: yaoyaoxu Merged-by: ascend-robot Description: ## Motivation Performance Optimization for Qwen3-Omni Thinker MoE Expert Weight Conversion ## Modification Performance Optimization for Qwen3-Omni Thinker MoE Expert Weight Conversion ## 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!18575 个月前
cleancode Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2323 merge master into 26.0.0 cleancode Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## What this PR does / why we need it? cleancode整改 ## Does this PR introduce any user-facing change? cleancode整改 ## 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!23232 个月前
!1256 [Refactor] Unified RowSplit OP and supprot Unaligned TP Weight split for InternVL Merge pull request !1256 from chenhaihui/internvl_unaligned_tp_weight 10 个月前
[Feature]DanceGPRO add unit test Co-authored-by: young256<young256@noreply.gitcode.com> # message auto-generated for no-merge-commit merge: !1702 merge dancegrpo-ut into master [Feature]DanceGPRO add unit test Created-by: young256 Commit-by: young256 Merged-by: ascend-robot Description: ## Motivation DanceGPRO add unit test. ## Modification DanceGPRO add unit test. ## Self-test (Optional) Not involved. ## BC-breaking (Optional) Not involved. ## 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!17026 个月前