文件最后提交记录最后更新时间
feat(torch): Squash merge fsdp2_dev into master. Co-authored-by: zs-derrick1<1434012475@qq.com> # message auto-generated for no-merge-commit merge: !2223 merge master into master feat(torch): Squash merge fsdp2_dev into master. Created-by: zs-derrick1 Commit-by: zs-derrick1 Merged-by: ascend-robot Description: ## Motivation Squash merge fsdp2_dev into master. ## Modification fsdp2_dev分支合并至master ## 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!22233 个月前
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!261614 小时前
[Bugfix] fix qwen3tts bug on gpu Co-authored-by: Crystal-jiang<934889998@qq.com> # message auto-generated for no-merge-commit merge: !2512 merge tts_gpu_fix into master [Bugfix] fix qwen3tts bug on gpu Created-by: song_hello_world Commit-by: Crystal-jiang Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修复了在GPU环境下导入NPU模块导致的错误。 问题原因: 在 cosyvoice3/npu_patch.py、funasr/npu_patch.py 和 qwen3tts/npu_patch.py 中,from mindspeed_mm.fsdp.ops.npu_patch import npu_fused_operator 放在模块顶层,导致在GPU环境下导入这些模块时会触发NPU相关的import,从而报错,导致gpu下训练不可用。 修改内容: 将上述三个文件中的 import npu_fused_operator 移到函数内部,与 qwen3omni 和 qwen3vl 的实现方式保持一致。 相关issue:https://gitcode.com/Ascend/MindSpeed-MM/issues/353 ## Does this PR introduce any user-facing change? 否。仅调整代码结构,用户使用方式无变化。 ## How was this patch tested? 在GPU环境下验证代码可正常导入,无报错。 See merge request: Ascend/MindSpeed-MM!251214 天前