文件最后提交记录最后更新时间
!11 【特性】新增SoRAModel和PredictModel,DiffusionModel模块 Merge pull request !11 from 陈小龙/master 1 年前
!779 【规范】cleancode规范 Merge pull request !779 from 陆劲夫/master 1 年前
!779 【规范】cleancode规范 Merge pull request !779 from 陆劲夫/master 1 年前
【Bugfix】Correct the spelling errors in the code Co-authored-by: lu-jinfu1999<lujinfu1@h-partners.com> # message auto-generated for no-merge-commit merge: !1670 merge master into master 【Bugfix】Correct the spelling errors in the code Created-by: lu-jinfu1999 Commit-by: lu-jinfu1999 Merged-by: ascend-robot Description: ## Motivation Correct the spelling errors in the code. ## Modification Correct spelling errors in the document. Correct spelling errors in the code. ## 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!16706 个月前
hunyuanvideo1.5启动脚本、模块注册代码 Co-authored-by: Miss_min<qiaoxiaomin@huawei.com> # message auto-generated for no-merge-commit merge: !2152 merge master into master hunyuanvideo1.5启动脚本、模块注册代码 Created-by: Miss_min Commit-by: Miss_min Merged-by: ascend-robot Description: ## Motivation 1、hunyuanvideo1.5启动脚本提交 2、加入dit、diffusion模块的注册 3、vae、dit类型autocast ## 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!21523 个月前
!1117 [Bugfix]Modify code following CleanCode standards Merge pull request !1117 from 陆劲夫/master 11 个月前
!1189 [bugfix]Modify the execution order of VAE and TextEncoder in soramodel Merge pull request !1189 from zs-Derrick/sora_model_bugfix 10 个月前
[Feature] Hunyuan video add sp data sync Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2197 merge sp_func into master [Feature] Hunyuan video add sp data sync Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation 增加sp功能所需要的数据同步操作 ## Modification 1)数据同步utils; 2)latents在scheduler中同步; 3)prompt在dit中同步 ## 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. - [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. - [ ] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21973 个月前
!1117 [Bugfix]Modify code following CleanCode standards Merge pull request !1117 from 陆劲夫/master 11 个月前
!82 【特性】opensora1.2推理 Merge pull request !82 from mhh001/opensora12 1 年前
!1023 【Feature】新增opensora2.0权重转换、diffusion、骨干网络模块适配代码 Merge pull request !1023 from meng-coding/master 11 个月前
[Docs] Annotation Standardization Rectification Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2010 merge master into master [Docs] Annotation Standardization Rectification Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## Motivation Rectify the annotations for the code repository in accordance with the annotation specification requirements. ## Modification 1. Replace Chinese annotations with English ones; 2. Organize the environment variable documentation and add explanations in the startup scripts (currently implemented on Qwen3VL and Wan2.2); 3. Add annotations to the public dataset functions and public model classes of Wan2.2 and Qwen3VL; 4. Adjust the annotation format (e.g., number of indentations). ## 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!20104 个月前
!779 【规范】cleancode规范 Merge pull request !779 from 陆劲夫/master 1 年前
[Feature] wan2.2 ti2v 5B Co-authored-by: wumengjie (D)<wumengjie6@huawei.com> # message auto-generated for no-merge-commit merge: merge master into master [Feature] wan2.2 ti2v 5B Created-by: meng-coding Commit-by: wumengjie (D) 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!15428 个月前