文件最后提交记录最后更新时间
modify:remove examples of old models Co-authored-by: htwang<wanghaitao60@huawei.com> # message auto-generated for no-merge-commit merge: !2587 merge refactor into master modify:remove examples of old models Created-by: htwang Commit-by: htwang Merged-by: ascend-robot Description: ## What this PR does / why we need it? 夕阳计划,下掉老旧模型,清单参考:https://gitcode.com/Ascend/MindSpeed-MM/issues/311 ## Does this PR introduce any user-facing change? 已提前发布版本计划。 当前先日落大部分模型的脚本和相关测试用例,提高CI执行效率。Qwen2VL/InternVL和diffusers系列相关模型在下一阶段日落(近期内)。 本次PR日落模型: StepVideo Lumnia Whisper JanusPro Vae Videoalign Qihoo-T2X Ming 删除的ST: Qwen2VL系列 InternVL系列 CogvideoX系列 Hunyuanvideo OpenSoraPlan1.3 ## How was this patch tested? 移除已有模型的启动脚本和看护用例,不涉及测试 See merge request: Ascend/MindSpeed-MM!25877 小时前
modify:remove examples of old models Co-authored-by: htwang<wanghaitao60@huawei.com> # message auto-generated for no-merge-commit merge: !2587 merge refactor into master modify:remove examples of old models Created-by: htwang Commit-by: htwang Merged-by: ascend-robot Description: ## What this PR does / why we need it? 夕阳计划,下掉老旧模型,清单参考:https://gitcode.com/Ascend/MindSpeed-MM/issues/311 ## Does this PR introduce any user-facing change? 已提前发布版本计划。 当前先日落大部分模型的脚本和相关测试用例,提高CI执行效率。Qwen2VL/InternVL和diffusers系列相关模型在下一阶段日落(近期内)。 本次PR日落模型: StepVideo Lumnia Whisper JanusPro Vae Videoalign Qihoo-T2X Ming 删除的ST: Qwen2VL系列 InternVL系列 CogvideoX系列 Hunyuanvideo OpenSoraPlan1.3 ## How was this patch tested? 移除已有模型的启动脚本和看护用例,不涉及测试 See merge request: Ascend/MindSpeed-MM!25877 小时前
modify:remove examples of old models Co-authored-by: htwang<wanghaitao60@huawei.com> # message auto-generated for no-merge-commit merge: !2587 merge refactor into master modify:remove examples of old models Created-by: htwang Commit-by: htwang Merged-by: ascend-robot Description: ## What this PR does / why we need it? 夕阳计划,下掉老旧模型,清单参考:https://gitcode.com/Ascend/MindSpeed-MM/issues/311 ## Does this PR introduce any user-facing change? 已提前发布版本计划。 当前先日落大部分模型的脚本和相关测试用例,提高CI执行效率。Qwen2VL/InternVL和diffusers系列相关模型在下一阶段日落(近期内)。 本次PR日落模型: StepVideo Lumnia Whisper JanusPro Vae Videoalign Qihoo-T2X Ming 删除的ST: Qwen2VL系列 InternVL系列 CogvideoX系列 Hunyuanvideo OpenSoraPlan1.3 ## How was this patch tested? 移除已有模型的启动脚本和看护用例,不涉及测试 See merge request: Ascend/MindSpeed-MM!25877 小时前
[Refactor] compatible for transformers-5.0.0(7a833d1c) Co-authored-by: zhangxubin<1656631289@qq.com> # message auto-generated for no-merge-commit merge: !2079 merge master into master [Refactor] compatible for transformers-5.0.0(7a833d1c) Created-by: MoCuishle-M Commit-by: MoCuishle-M;zhangxubin Merged-by: ascend-robot Description: ## Motivation compatible for transformers-5.0.0(7a833d1c). ## Modification 该PR大部分改动来自https://gitcode.com/Ascend/MindSpeed-MM/pull/2040 ,只修改了lora patch的实现。 1.兼容qwen2/2.5/3vl transformers 5.0.0 rope 配置 2.规避pretrain_transformer forward参数检验 3.过滤相关参数兼容 transformers 5.0.0 4.修复ci打屏日志utf-8编解码问题 5.lora适配peft 0.18.1 ## 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!20794 个月前
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!261613 小时前
[Test]Add ST for Qwen3-Omni Co-authored-by: yaoyaoxu<xuyaoyao.824404@huawei.com> # message auto-generated for no-merge-commit merge: !2142 merge qwen3omni_test_st into master [Test]Add ST for Qwen3-Omni Created-by: yaoyaoxu Commit-by: yaoyaoxu Merged-by: ascend-robot Description: ## Motivation Qwen3-Omni 与 Qwen3-VL 的配置存在差异,公共流程的修改可能导致 Qwen3-Omni 运行失败,如 https://gitcode.com/Ascend/MindSpeed-MM/pull/2115 因此需要增加st看护qwen3-Omni模型 ## Modification 1.本次新增的st耗时增加2m1s 2.主要修改点:在st路径下增加qwen3omni的脚本,并针对qwen3omni的执行环境做适配,执行结束后恢复 ## 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!21423 个月前