文件最后提交记录最后更新时间
[Modify]Hunyaun Video modify flash attention to fit npu Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2163 merge flash_attn_npu into master [Modify]Hunyaun Video modify flash attention to fit npu Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation Hunyaun Video add flash attention to fit npu. ## Modification modify the code from gpu op into npu op. ## 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**: - [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!21633 个月前
[Feature] Online weight transformation patch from huggingface to megatron rectify Co-authored-by: ningmengliu<liuhao438@huawei.com> # message auto-generated for no-merge-commit merge: !2106 merge master into master [Feature] Online weight transformation patch from huggingface to megatron rectify Created-by: ningmenglh Commit-by: ningmengliu Merged-by: ascend-robot Description: ## Motivation Online weight transformation patch from huggingface to megatron rectify ## Modification Online weight transformation patch from huggingface to megatron rectify ## 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!21063 个月前
[Feature] Online weight transformation patch from huggingface to megatron rectify Co-authored-by: ningmengliu<liuhao438@huawei.com> # message auto-generated for no-merge-commit merge: !2106 merge master into master [Feature] Online weight transformation patch from huggingface to megatron rectify Created-by: ningmenglh Commit-by: ningmengliu Merged-by: ascend-robot Description: ## Motivation Online weight transformation patch from huggingface to megatron rectify ## Modification Online weight transformation patch from huggingface to megatron rectify ## 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!21063 个月前
[Feature]Use bridge mode to load weights Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2164 merge dcp_trans into master [Feature]Use bridge mode to load weights Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation Use bridge mode to load weights ## Modification Add code module: use bridge mode to load weights in dcp. ## Self-test (Optional) the loss and grad norm has no difference: ## 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!21643 个月前
[BugFix] To avoid requiring the installation of the transformer dependency package for all models, the dependency in bridge has been changed to an empty class. Co-authored-by: ningmengliu<liuhao438@huawei.com> # message auto-generated for no-merge-commit merge: !2132 merge master into master [BugFix] To avoid requiring the installation of the transformer dependency package for all models, the dependency in bridge has been changed to an empty class. Created-by: ningmenglh Commit-by: ningmengliu Merged-by: ascend-robot Description: ## Motivation To avoid requiring the installation of the transformer dependency package for all models, the dependency in bridge has been changed to an empty class. ## Modification 1、将bridge中qwen2.5vl和qwen3vl中从transformer中导入的类改成自己创建的空类,摆脱对transformer版本的依赖,从而不用在已有模型中添加额外环境配置 ## 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!21323 个月前
[Feature] Online weight transformation patch from huggingface to megatron rectify Co-authored-by: ningmengliu<liuhao438@huawei.com> # message auto-generated for no-merge-commit merge: !2106 merge master into master [Feature] Online weight transformation patch from huggingface to megatron rectify Created-by: ningmenglh Commit-by: ningmengliu Merged-by: ascend-robot Description: ## Motivation Online weight transformation patch from huggingface to megatron rectify ## Modification Online weight transformation patch from huggingface to megatron rectify ## 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!21063 个月前
[bugfix]hunyuanvideo1.5 bridge 初始化 Co-authored-by: Miss_min<qiaoxiaomin@huawei.com> # message auto-generated for no-merge-commit merge: !2208 merge master into master [bugfix]hunyuanvideo1.5 bridge 初始化 Created-by: Miss_min Commit-by: Miss_min 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!22083 个月前