文件最后提交记录最后更新时间
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] bugfix for qwen3tts audio load and weight converter Co-authored-by: AZe_404<wangze62@h-partners.com> # message auto-generated for no-merge-commit merge: !2525 merge url_unval into master [Bugfix] bugfix for qwen3tts audio load and weight converter Created-by: AZe_404 Commit-by: AZe_404 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 1. Qwen3TTS通过网址读取在线音频数据存在安全隐患,暂移除读取在线数据功能; 2. 修复Qwen3TTS权重转回用于推理的权重格式时,config处理落盘存在的问题. ## 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!25254 天前
[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 天前