文件最后提交记录最后更新时间
[Feature] Add Self-Forcing Co-authored-by: qq_31502577<liuqiyuan6@huawei.com> # message auto-generated for no-merge-commit merge: !1716 merge master into master [Feature] Add Self-Forcing Created-by: qq_31502577 Commit-by: qq_31502577 Merged-by: ascend-robot Description: ## Motivation 新增 Add Self-Forcing模型 ## Modification 1、增加Self-Forcing相关的原仓适配patch 2、增加Self-Forcing README ## Self-test (Optional) 1、根据README测试环境安装、训练、推理流程正常 2、12小时长跑对比精度,critic loss平均绝对误差0.0099,generator loss平均绝对误差0.014 - critic loss对比: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/a6968b94-381b-45bb-a476-6503d94f3185/image.png 'image.png') - generator loss: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/8af25a4c-e778-4345-b68d-4782296bad7c/image.png 'image.png') ## 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!17166 个月前
[Feature] Add Self-Forcing Co-authored-by: qq_31502577<liuqiyuan6@huawei.com> # message auto-generated for no-merge-commit merge: !1716 merge master into master [Feature] Add Self-Forcing Created-by: qq_31502577 Commit-by: qq_31502577 Merged-by: ascend-robot Description: ## Motivation 新增 Add Self-Forcing模型 ## Modification 1、增加Self-Forcing相关的原仓适配patch 2、增加Self-Forcing README ## Self-test (Optional) 1、根据README测试环境安装、训练、推理流程正常 2、12小时长跑对比精度,critic loss平均绝对误差0.0099,generator loss平均绝对误差0.014 - critic loss对比: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/a6968b94-381b-45bb-a476-6503d94f3185/image.png 'image.png') - generator loss: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/8af25a4c-e778-4345-b68d-4782296bad7c/image.png 'image.png') ## 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!17166 个月前
[Feature]Added performance optimization for the Self-Forcing Co-authored-by: qq_31502577<liuqiyuan6@huawei.com> # message auto-generated for no-merge-commit merge: !1832 merge master into master [Feature]Added performance optimization for the Self-Forcing Created-by: qq_31502577 Commit-by: qq_31502577 Merged-by: ascend-robot Description: ## Motivation 新增self forcing模型的性能优化点 ## Modification 1、使能rms_norm融合算子 2、将rope_param默认精度从float64修改为float32 ## Self-test (Optional) 1、经验证,修改后性能提升25% 2、性能优化后,精度符合精度标准 ![image.png](https://raw.gitcode.com/user-images/assets/7404510/05f27d8a-0a7e-4f38-b9bf-5c99f256d818/image.png 'image.png') ## 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!18325 个月前
[Feature] Add Self-Forcing Co-authored-by: qq_31502577<liuqiyuan6@huawei.com> # message auto-generated for no-merge-commit merge: !1716 merge master into master [Feature] Add Self-Forcing Created-by: qq_31502577 Commit-by: qq_31502577 Merged-by: ascend-robot Description: ## Motivation 新增 Add Self-Forcing模型 ## Modification 1、增加Self-Forcing相关的原仓适配patch 2、增加Self-Forcing README ## Self-test (Optional) 1、根据README测试环境安装、训练、推理流程正常 2、12小时长跑对比精度,critic loss平均绝对误差0.0099,generator loss平均绝对误差0.014 - critic loss对比: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/a6968b94-381b-45bb-a476-6503d94f3185/image.png 'image.png') - generator loss: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/8af25a4c-e778-4345-b68d-4782296bad7c/image.png 'image.png') ## 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!17166 个月前
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 小时前
[Feature] Add Self-Forcing Co-authored-by: qq_31502577<liuqiyuan6@huawei.com> # message auto-generated for no-merge-commit merge: !1716 merge master into master [Feature] Add Self-Forcing Created-by: qq_31502577 Commit-by: qq_31502577 Merged-by: ascend-robot Description: ## Motivation 新增 Add Self-Forcing模型 ## Modification 1、增加Self-Forcing相关的原仓适配patch 2、增加Self-Forcing README ## Self-test (Optional) 1、根据README测试环境安装、训练、推理流程正常 2、12小时长跑对比精度,critic loss平均绝对误差0.0099,generator loss平均绝对误差0.014 - critic loss对比: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/a6968b94-381b-45bb-a476-6503d94f3185/image.png 'image.png') - generator loss: ![image.png](https://raw.gitcode.com/user-images/assets/7404510/8af25a4c-e778-4345-b68d-4782296bad7c/image.png 'image.png') ## 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!17166 个月前