文件最后提交记录最后更新时间
A5临时使用小算子摸底测试 Co-authored-by: mamba-chen<chenhao388@huawei.com> # message auto-generated for no-merge-commit merge: !7532 merge master into master A5临时使用小算子摸底测试 Created-by: mamba-chen Commit-by: mamba-chen Merged-by: ascend-robot Description: ## Motivation 当前A5上不支持某些算子,使用小算子方案或同类型算子代替 ## Modification 修改算子调用api ## 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**: - [ ] 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/ModelZoo-PyTorch!753214 天前
fix link validity Co-authored-by: frozenleaves<914814442@qq.com> # message auto-generated for no-merge-commit merge: !7517 merge master into master fix link validity Created-by: frozenn Commit-by: frozenleaves 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/ModelZoo-PyTorch!75171 个月前
D-FINE 全系列训推适配 Co-authored-by: huangshengmiao<huangshengmiao@huawei.com> # message auto-generated for no-merge-commit merge: !7573 merge Peterande/D-FINE into master D-FINE 全系列训推适配 Created-by: qq_38840678 Commit-by: huangshengmiao Merged-by: ascend-robot Description: ## Motivation D-FINE 模型训推适配代码合入,适用于A2 ## Modification 包含所有适配的代码,已经打成patch,配合readme文档, ## Self-test (Optional) 训练无问题 ![image.png](https://raw.gitcode.com/user-images/assets/8112803/0c7e4705-9eb6-4599-8b65-cb4fce760c6f/image.png 'image.png') 推理验证无问题 ![image.png](https://raw.gitcode.com/user-images/assets/8112803/51af90f5-d644-4314-ab23-2877a89ca5aa/image.png 'image.png') 竞品对照见readme ## BC-breaking (Optional) 不涉及 ## 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/ModelZoo-PyTorch!75738 天前
fix link validity Co-authored-by: frozenleaves<914814442@qq.com> # message auto-generated for no-merge-commit merge: !7517 merge master into master fix link validity Created-by: frozenn Commit-by: frozenleaves 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/ModelZoo-PyTorch!75171 个月前
!7272 [资料整改] 修正拼写及语法错误 Merge pull request !7272 from 郑特驹/master 11 个月前
add support for compiled autograd and simplefsdp for torchtitan Co-authored-by: wanghonghao<wanghonghao9@huawei.com> # message auto-generated for no-merge-commit merge: !7540 merge compiled_autograd into master add support for compiled autograd and simplefsdp for torchtitan Created-by: wanghonghao Commit-by: wanghonghao Merged-by: ascend-robot Description: ## Motivation 针对torchtitan Deepseek模型新增SimpleFSDP以及编译自动微分功能,完善使用资料与功能支持的代码,允许用户在torchtitan上适配compiled autograd ## Modification 新增compiled_autograd.py文件,允许用户在torchtitan上适配compiled autograd功能 ## 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/ModelZoo-PyTorch!754026 天前
A5临时使用小算子摸底测试 Co-authored-by: mamba-chen<chenhao388@huawei.com> # message auto-generated for no-merge-commit merge: !7532 merge master into master A5临时使用小算子摸底测试 Created-by: mamba-chen Commit-by: mamba-chen Merged-by: ascend-robot Description: ## Motivation 当前A5上不支持某些算子,使用小算子方案或同类型算子代替 ## Modification 修改算子调用api ## 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**: - [ ] 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/ModelZoo-PyTorch!753214 天前
A5临时使用小算子摸底测试 Co-authored-by: mamba-chen<chenhao388@huawei.com> # message auto-generated for no-merge-commit merge: !7532 merge master into master A5临时使用小算子摸底测试 Created-by: mamba-chen Commit-by: mamba-chen Merged-by: ascend-robot Description: ## Motivation 当前A5上不支持某些算子,使用小算子方案或同类型算子代替 ## Modification 修改算子调用api ## 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**: - [ ] 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/ModelZoo-PyTorch!753214 天前
update minirl readme Co-authored-by: Rose_is_Rosie<2362225813@qq.com> # message auto-generated for no-merge-commit merge: !7580 merge minirl into master update minirl readme Created-by: jin-yongxu Commit-by: Rose_is_Rosie Merged-by: ascend-robot Description: ## Motivation update minirl readme ## 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/ModelZoo-PyTorch!75805 天前
更新MAPPO模型FAQ Co-authored-by: mamba-chen<chenhao388@huawei.com> # message auto-generated for no-merge-commit merge: !7597 merge mappo into master 更新MAPPO模型FAQ Created-by: mamba-chen Commit-by: mamba-chen Merged-by: ascend-robot Description: ## Motivation 更新MAPPO模型FAQ ## Modification 更新MAPPO模型FAQ ## 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/ModelZoo-PyTorch!75973 天前