文件最后提交记录最后更新时间
[Feature] add huanyuan video 1.5 text encoder part: byt5 Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2034 merge byt5 into master [Feature] add huanyuan video 1.5 text encoder part: byt5 Created-by: z_yaoxue Commit-by: z_yaoxue 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!20344 个月前
!740 【规范】cleancode代码整改 Merge pull request !740 from 陆劲夫/master 1 年前
[Feature] Add HunyuanVideo1.5 text encoder module: byt5 text encoder Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2129 merge text_encoder_byt5 into master [Feature] Add HunyuanVideo1.5 text encoder module: byt5 text encoder Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation Add HunyuanVideo1.5 text encoder module: byt5 text encoder. ## Modification 1. 添加byt5的text_encoder模型实现和模型注册文件; 2. 添加byt5的tokenizer模型实现和模型注册文件; 3. 添加数据预处理流程文件; ## 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!21293 个月前
[Feature] Add HunyuanVideo1.5 text encoder module: byt5 text encoder Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2129 merge text_encoder_byt5 into master [Feature] Add HunyuanVideo1.5 text encoder module: byt5 text encoder Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation Add HunyuanVideo1.5 text encoder module: byt5 text encoder. ## Modification 1. 添加byt5的text_encoder模型实现和模型注册文件; 2. 添加byt5的tokenizer模型实现和模型注册文件; 3. 添加数据预处理流程文件; ## 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!21293 个月前
[Feature] Hunyuanvideo1.5 add infer config Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2236 merge infer into master [Feature] Hunyuanvideo1.5 add infer config Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## What this PR does / why we need it? 混元视频1.5:添加推理流程 新增文件: - i2v:推理配置、启动脚本、图片地址、文本描述地址、图片示例; - t2v:推理配置、启动脚本、文本描述地址; - 推理pipeline:hunyuanvideo_15_pipeline.py; 修改文件: - hunyuanvideo_utils 新增部分图片剪裁、尺寸适配等功能; - text_encoder.encode: 适配推理流程 ## Does this PR introduce any user-facing change? 无 ## 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!22362 个月前
[Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2125 merge hunyuan15_mllm_tokenizer into master [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder ## Modification 1. 添加Qwen2.5vl的text_encoder模型实现和模型注册文件; 2. 添加Qwen2.5vl的tokenizer模型实现和模型注册文件; ## 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. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21253 个月前
!871 [特性] HunyuanVideo支持I2V推理 Merge pull request !871 from liyingxuan/master 1 年前
!863 【特性】增加Hunyuanvideo i2v Merge pull request !863 from zzztq/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 个月前
[Feature] Support Qwen3Omni Co-authored-by: x00824404<xuyaoyao824404@huawei.com> # message auto-generated for no-merge-commit merge: !1747 merge master into master [Feature] Support Qwen3Omni Created-by: x00824404 Commit-by: x00824404 Merged-by: ascend-robot Description: ## Motivation [Feature] Support Qwen3Omni ## Modification [Feature] Support Qwen3Omni Fix Qwen2.5Omni <e/bos> token ## 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!17476 个月前
!858 【特性】新增stepvideo-t2v生成dpo训练 Merge pull request !858 from meng-coding/master 1 年前
[Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2125 merge hunyuan15_mllm_tokenizer into master [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder ## Modification 1. 添加Qwen2.5vl的text_encoder模型实现和模型注册文件; 2. 添加Qwen2.5vl的tokenizer模型实现和模型注册文件; ## 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. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21253 个月前
[Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Co-authored-by: z_yaoxue<zhouyaoxue@huawei.com> # message auto-generated for no-merge-commit merge: !2125 merge hunyuan15_mllm_tokenizer into master [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder Created-by: z_yaoxue Commit-by: z_yaoxue Merged-by: ascend-robot Description: ## Motivation [Feature] Add HunyuanVideo1.5 text encoder module: Qwen2.5vl text encoder ## Modification 1. 添加Qwen2.5vl的text_encoder模型实现和模型注册文件; 2. 添加Qwen2.5vl的tokenizer模型实现和模型注册文件; ## 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. - [x] The ci-pipeline is passed, Code Check is passed. See merge request: Ascend/MindSpeed-MM!21253 个月前