文件最后提交记录最后更新时间
test(torch): add ut for dynamic chunkloss and fix agentic_sft.md tool_call format Co-authored-by: yaoyaoxu<xuyaoyao.824404@huawei.com> # message auto-generated for no-merge-commit merge: !2565 merge dynamic_chunk_loss_ut into master test(torch): add ut for dynamic chunkloss and fix agentic_sft.md tool_call format Created-by: yaoyaoxu Commit-by: yaoyaoxu Merged-by: ascend-robot Description: ## What this PR does / why we need it? 1. 增加对dynamic chunk loss的看护: (1)只传入total chunk size ,不传入chunk size也能进入chunkloss分支 (2)不传total chunk size ,则会按照原来的chunk size处理 (3)根据不同的total chunk size,计算的chunk size符合预期 2. 修复features/agentic_sft.md文档中不带有</tool_call>结束符 https://gitcode.com/Ascend/MindSpeed-MM/issues/417 ## Does this PR introduce any user-facing change? 特性文档中字段修复,补充</tool_call>结束符 ## How was this patch tested? 通过ut测试 See merge request: Ascend/MindSpeed-MM!25658 天前
[Docs] Corrected the description in the document Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2349 merge master into master [Docs] Corrected the description in the document Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修改部分readme文档中的错误描述。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!23491 个月前
docs: add async preprocess iterable dataset docs Co-authored-by: xiaoyue994<xiaoyuanhang@huawei.com> # message auto-generated for no-merge-commit merge: !2573 merge doc into master docs: add async preprocess iterable dataset docs Created-by: xiaoyue994 Commit-by: xiaoyue994 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 新增中文文档:介绍特性——流式数据加载的异步数据预处理(AsyncPreprocessIterableDataset)。文档具体包括特性的概述、动机与背景、设计方案、核心机制详解和使用示例。 ## Does this PR introduce any user-facing change? no ## How was this patch tested? only docs See merge request: Ascend/MindSpeed-MM!25735 天前
[Modify] Fix document formatting and broken links Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2346 merge doc_format into master [Modify] Fix document formatting and broken links Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting and broken links ## 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!23461 个月前
[docs] Docs update Co-authored-by: js1234567<jiangshuo9@h-partners.com> Co-authored-by: openLiBingCI<openlibing-robot@openlibing.com> # message auto-generated for no-merge-commit merge: !2566 merge doc into master [docs] Docs update Created-by: js1234567 Commit-by: openLiBingCI;js1234567 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 1. 部分特性文档过于简短:encoder_dp_balance.md、canonical_model.md、bucket_reordering.md 等特性文档可能仅寥寥数行,缺乏详细的使用场景和最佳实践 — docs/zh/features/ 2. 缺少独立的故障排查指南:虽然 FAQ.md 覆盖了 20 个常见问题,但没有按场景分类的故障排查文档(如训练故障排查、推理故障排查、安装故障排查) 3. Docker 文档仅英文:docker/OVERVIEW.md 为英文版,OVERVIEW.zh.md 为中文版但较简短且未在 _menu.md 中引用 — docker/ ## 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!25665 天前
modify:remove examples of old models Co-authored-by: htwang<wanghaitao60@huawei.com> # message auto-generated for no-merge-commit merge: !2587 merge refactor into master modify:remove examples of old models Created-by: htwang Commit-by: htwang Merged-by: ascend-robot Description: ## What this PR does / why we need it? 夕阳计划,下掉老旧模型,清单参考:https://gitcode.com/Ascend/MindSpeed-MM/issues/311 ## Does this PR introduce any user-facing change? 已提前发布版本计划。 当前先日落大部分模型的脚本和相关测试用例,提高CI执行效率。Qwen2VL/InternVL和diffusers系列相关模型在下一阶段日落(近期内)。 本次PR日落模型: StepVideo Lumnia Whisper JanusPro Vae Videoalign Qihoo-T2X Ming 删除的ST: Qwen2VL系列 InternVL系列 CogvideoX系列 Hunyuanvideo OpenSoraPlan1.3 ## How was this patch tested? 移除已有模型的启动脚本和看护用例,不涉及测试 See merge request: Ascend/MindSpeed-MM!25876 小时前
[Modify] modify to_empty_if_needed code Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2333 merge master into master [Modify] modify to_empty_if_needed code Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? (1)修改to_empty_if_needed操作代码; (2)修改chunkloss的readme描述; (3)调整qwen3vl 32b模型的参数,与其他规模模型的参数保持一致; ## 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!23332 个月前
docs: chunkmbs docs Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2450 merge chunkmbs_docs into master docs: chunkmbs docs Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## What this PR does / why we need it? 添加chunkmbs的说明文档 ## Does this PR introduce any user-facing change? 添加chunkmbs的说明文档 ## How was this patch tested? 文档修改不涉及 See merge request: Ascend/MindSpeed-MM!245025 天前
[Modify] Fix document formatting and broken links Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2346 merge doc_format into master [Modify] Fix document formatting and broken links Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting and broken links ## 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!23461 个月前
[Docs] Corrected the description in the document Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2349 merge master into master [Docs] Corrected the description in the document Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修改部分readme文档中的错误描述。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!23491 个月前
[Docs] Corrected the description in the document Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2349 merge master into master [Docs] Corrected the description in the document Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修改部分readme文档中的错误描述。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!23491 个月前
[Docs] adjust docs dir Co-authored-by: liyingxuan<liyingxuan3@huawei.com> # message auto-generated for no-merge-commit merge: !2199 merge master into master [Docs] adjust docs dir Created-by: liyx616 Commit-by: liyingxuan Merged-by: ascend-robot Description: ## Motivation 根据Q1资料需求,调整docs目录 ## Modification 1. 根据Q1资料需求,调整docs目录,文档目录调整为 ```bash -- docs |-- zh |-- pytorch # pytorch后端安装 & 迁移指南 |-- mindspore # mindspore后端安装 & 迁移指南 |-- features # 特性文档 FAQ.md RELEASENOTE.md SECURITYNOTE.md public_address_statement.md |-- en # 暂时为空,后续资料同事辅助完成英文文档 ``` 2. features/权重转换工具.md 文档名为中文,在部分机器上乱码,统一修改为英文 3. 文档中涉及到的链接,统一刷新为新目录的链接 4. 首页错误链接修复 ## 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!21993 个月前
[Modify] Fix document formatting and broken links Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2346 merge doc_format into master [Modify] Fix document formatting and broken links Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting and broken links ## 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!23461 个月前
[docs] Docs update Co-authored-by: js1234567<jiangshuo9@h-partners.com> Co-authored-by: openLiBingCI<openlibing-robot@openlibing.com> # message auto-generated for no-merge-commit merge: !2566 merge doc into master [docs] Docs update Created-by: js1234567 Commit-by: openLiBingCI;js1234567 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 1. 部分特性文档过于简短:encoder_dp_balance.md、canonical_model.md、bucket_reordering.md 等特性文档可能仅寥寥数行,缺乏详细的使用场景和最佳实践 — docs/zh/features/ 2. 缺少独立的故障排查指南:虽然 FAQ.md 覆盖了 20 个常见问题,但没有按场景分类的故障排查文档(如训练故障排查、推理故障排查、安装故障排查) 3. Docker 文档仅英文:docker/OVERVIEW.md 为英文版,OVERVIEW.zh.md 为中文版但较简短且未在 _menu.md 中引用 — docker/ ## 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!25665 天前
docs:modify document Co-authored-by: z60112595<zhaotao68@h-partners.com> # message auto-generated for no-merge-commit merge: !2537 merge master into master docs:modify document Created-by: kali00 Commit-by: z60112595 Merged-by: ascend-robot Description: ## What this PR does / why we need it? https://gitcode.com/Ascend/MindSpeed-MM/issues/391 1、将26.0.0的docs下部分资料合入master 2、给“说明”标签增加换行 ## 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!25376 天前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Docs] Corrected the description in the document Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2349 merge master into master [Docs] Corrected the description in the document Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修改部分readme文档中的错误描述。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!23491 个月前
feat: add HF online-load method Co-authored-by: BianZheng<bianzheng8@huawei.com> # message auto-generated for no-merge-commit merge: !2544 merge hfnodis into master feat: add HF online-load method Created-by: liuxi_ Commit-by: liuxi_;BianZheng Merged-by: ascend-robot Description: ## What this PR does / why we need it? ![image.png](https://raw.gitcode.com/user-images/assets/7404510/b2844d96-7508-4833-9a45-bc03459bb24e/image.png 'image.png') ## 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? ut、test same model with dcp data & hf data, and check loss. See merge request: Ascend/MindSpeed-MM!25445 天前
[Doc] Add FSDP2 Muon optimizer feature guide Co-authored-by: hanyyy<hanyue42@huawei.com> # message auto-generated for no-merge-commit merge: !2485 merge doc_fix into master [Doc] Add FSDP2 Muon optimizer feature guide Created-by: vasileone Commit-by: hanyyy Merged-by: ascend-robot Description: ## What this PR does / why we need it? 新增 FSDP2 Muon 优化器特性文档,用于说明新 FSDP2 YAML 后端下如何启用和配置 Muon 优化器。文档包含: - Muon 优化器的基本原理、优势与适用场景; - 本仓库 Muon 实现与 FSDP2 DTensor 场景下的分片聚合与重新分片处理; - 使用方法及optimizer: muonmatched_adamw_rmsmuon_momentumns_steps 等配置项说明; 同时修正 FSDP2 开发者迁移文档中的重计算配置位置,将 recompute / recompute_plan.apply_modulesparallel 配置说明调整到 model 配置说明下,使其与当前 YAML 配置结构保持一致。 ## Does this PR introduce any user-facing change? Yes. Documentation-only change. No code behavior or API changes are introduced. ## How was this patch tested? Documentation-only patch. Checked that the new Muon feature guide is under 300 lines and reviewed the updated Markdown content against the current YAML field names. See merge request: Ascend/MindSpeed-MM!248519 天前
[Docs] Modify current repository URLs to relative paths Co-authored-by: AZe_404<wangze62@h-partners.com> # message auto-generated for no-merge-commit merge: !2364 merge chg_branch into master [Docs] Modify current repository URLs to relative paths Created-by: AZe_404 Commit-by: AZe_404 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 将MM仓库内的链接修改为相对路径访问. ## 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!23641 个月前
docs: add docs for model fine-tuning supports time division multiplexing of DP on PP0 Co-authored-by: xuguoliang3<xuguoliang3@huawei.com> # message auto-generated for no-merge-commit merge: !2529 merge 20260519_iter6_doc into master docs: add docs for model fine-tuning supports time division multiplexing of DP on PP0 Created-by: xuguoliang3 Commit-by: xuguoliang3 Merged-by: ascend-robot Description: [[Roadmap] MindSpeed-MM Roadmap 2026 Q1](https://gitcode.com/Ascend/MindSpeed-MM/issues/176) ## What this PR does / why we need it? docs: add docs for model fine-tuning supports time division multiplexing of DP on PP0 ## 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!25291 天前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[feature] merge lora-fsdp2 backend safetensors to huggingface weight Co-authored-by: qiaoxiaomin<qiaoxiaomin@huawei.com> # message auto-generated for no-merge-commit merge: !2436 merge master into master [feature] merge lora-fsdp2 backend safetensors to huggingface weight Created-by: Miss_min Commit-by: qiaoxiaomin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 提供合并fadp2 后端lora权重到huggingface基础权重 https://gitcode.com/Ascend/MindSpeed-MM/issues/176 ## 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!24361 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
docs: add mm host performance analysis docs Co-authored-by: hhhzhuyizhi<zhuyanru2@huawei.com> # message auto-generated for no-merge-commit merge: !2538 merge master into master docs: add mm host performance analysis docs Created-by: hhhzhuyizhi Commit-by: hhhzhuyizhi Merged-by: ascend-robot Description: ## What this PR does / why we need it? 增加多模态host性能分析方法论文档,用于后续相关体系化代码落地的详细分析。 ## 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!253812 天前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting and broken links Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2346 merge doc_format into master [Modify] Fix document formatting and broken links Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting and broken links ## 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!23461 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Modify] Fix document formatting errors Co-authored-by: WendongPang<pangwendong@huawei.com> # message auto-generated for no-merge-commit merge: !2325 merge doc into master [Modify] Fix document formatting errors Created-by: WendongPang Commit-by: WendongPang Merged-by: ascend-robot Description: ## What this PR does / why we need it? [Modify] Fix document formatting errors. ## 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!23252 个月前
[Docs] Corrected the description in the document Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2349 merge master into master [Docs] Corrected the description in the document Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修改部分readme文档中的错误描述。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 无 See merge request: Ascend/MindSpeed-MM!23491 个月前