文件最后提交记录最后更新时间
[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] 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 个月前
[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 个月前