| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: greedy-dup-expert-based expert parallel load balancing strategy support allgather dispatch and chunkmbs(qwen3.5) Co-authored-by: QiuLi99<liyingxuan616@qq.com> # message auto-generated for no-merge-commit merge: !2748 merge EPLB_modify into master feat: greedy-dup-expert-based expert parallel load balancing strategy support allgather dispatch and chunkmbs(qwen3.5) Created-by: QiuLi99 Commit-by: QiuLi99 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 社区任务:https://gitcode.com/Ascend/MindSpeed-MM/issues/376 实践报告:https://gitcode.com/Ascend/MindSpeed-MM/issues/480 优化该仓库中EPLB的性能,主要涉及以下几点 1. 兼容EP的allgather dispatch 2. 兼容FSDP2的优化特性chunkmbs 修改主要涉及以下几个方面 ## Does this PR introduce any user-facing change? EP场景下的性能提升 ## How was this patch tested? 长跑精度验证通过 单模块有UTtests/ut_fsdp/distributed/expert_parallel/ep_balance/test_greedy_dup_experts_planner.py看护 qwen3.5模型有ST看护 See merge request: Ascend/MindSpeed-MM!2748 | 19 天前 | |
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!2565 | 2 个月前 | |
[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!2349 | 3 个月前 | |
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!2573 | 2 个月前 | |
[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!2346 | 3 个月前 | |
[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!2566 | 2 个月前 | |
修复社区反馈的文档问题 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2721 merge 0623_fashaoyou into master docs: 社区反馈文档问题修复 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修复社区反馈文档问题 ## Does this PR introduce any user-facing change? 修复社区反馈文档问题 ## How was this patch tested? read See merge request: Ascend/MindSpeed-MM!2721 | 26 天前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
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!2450 | 2 个月前 | |
docs: 修复文档问题 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2772 merge 0704_issuefix into master docs: 修复文档问题 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? fix issue 468; fix doc_lint fix some aidd fix readme ## Does this PR introduce any user-facing change? fix issue 468; fix doc_lint fix some aidd fix readme ## How was this patch tested? read See merge request: Ascend/MindSpeed-MM!2772 | 26 天前 | |
[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!2349 | 3 个月前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
[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!2199 | 5 个月前 | |
[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!2346 | 3 个月前 | |
[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!2566 | 2 个月前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
修复社区反馈的文档问题 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2721 merge 0623_fashaoyou into master docs: 社区反馈文档问题修复 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 修复社区反馈文档问题 ## Does this PR introduce any user-facing change? 修复社区反馈文档问题 ## How was this patch tested? read See merge request: Ascend/MindSpeed-MM!2721 | 26 天前 | |
docs: add FSDP2 migration guide Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2678 merge docs-precision-align into master docs: add FSDP2 migration guide Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 新增fsdp2后端模型迁移指南(以qwen3vl为例), 以及其他部分文档修 ## Does this PR introduce any user-facing change? 新增fsdp2后端模型迁移指南(以qwen3vl为例), 以及其他部分文档修 ## How was this patch tested? read it See merge request: Ascend/MindSpeed-MM!2678 | 1 个月前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
docs:调整文档样式 Co-authored-by: z60112595<zhaotao68@h-partners.com> # message auto-generated for no-merge-commit merge: !2737 merge master into master docs:调整文档样式 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/472 1、按照要求将文档的样式进行调整 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!2737 | 30 天前 | |
[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!2364 | 3 个月前 | |
Ascend950资料刷新/补充hf下载提示 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2730 merge 0626_A5 into master docs: Ascend950资料刷新/ hf下载提示 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? Ascend950资料刷新/补充hf下载提示 ## Does this PR introduce any user-facing change? Ascend950资料刷新/补充hf下载提示 ## How was this patch tested? read&check See merge request: Ascend/MindSpeed-MM!2730 | 1 个月前 | |
[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!2325 | 4 个月前 | |
support for LoRA checkpoint resume training, and supplementary test cases. Co-authored-by: qiaoxiaomin<qiaoxiaomin@huawei.com> # message auto-generated for no-merge-commit merge: !2607 merge master into master support for LoRA checkpoint resume training, and supplementary test cases. Created-by: Miss_min Commit-by: qiaoxiaomin Merged-by: ascend-robot Description: ## What this PR does / why we need it? 1、lora训练时保存基础权重以支持断点续训 2、更新lora特性文档 3、补充UT ## 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!2607 | 1 个月前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 | |
[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!2325 | 4 个月前 | |
docs: 移除文档中 MindSpore 相关展示 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2670 merge docs-fix into master docs: 移除文档中 MindSpore 相关展示 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 移除文档中 MindSpore 相关展示(目录树/Profiler项),仅保留 PyTorch 移除出海描述 ## Does this PR introduce any user-facing change? 移除文档中 MindSpore 相关展示(目录树/Profiler项),仅保留 PyTorch 移除出海描述 ## How was this patch tested? read See merge request: Ascend/MindSpeed-MM!2670 | 1 个月前 | |
[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!2325 | 4 个月前 | |
[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!2325 | 4 个月前 | |
docs: Add preprocess_on_fly docs and enable by default for Kimi-K2.5 / Qwen3.5 Co-authored-by: LKONE<wanglikai4@huawei.com> # message auto-generated for no-merge-commit merge: !2727 merge MM-preprocess into master docs: Add preprocess_on_fly docs and enable by default for Kimi-K2.5 / Qwen3.5 Created-by: wanglikai1019 Commit-by: LKONE Merged-by: ascend-robot Description: ## What this PR does / why we need it? 添加preprocess_on_fly特性的说明文档,并在Kimi-K2.5和Qwen3.5系列模型中默认开启该特性,减少数据预处理耗时,将数据预处理转至训练过程中进行。 ## Does this PR introduce any user-facing change? 无 ## How was this patch tested? 1. 无需提前进行数据预处理; 2. 在训练过程中进行数据预处理,但不会导致单步训练性能劣化。 Related to https://gitcode.com/Ascend/MindSpeed-MM/issues/322 See merge request: Ascend/MindSpeed-MM!2727 | 1 个月前 | |
[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!2325 | 4 个月前 | |
[Docs] add fp8 readme Co-authored-by: yangx_sy<sunyang49@huawei.com> # message auto-generated for no-merge-commit merge: !2552 merge fsdp2_fp8_readme into master [Docs] add fp8 readme Created-by: yangx_sy Commit-by: yangx_sy Merged-by: ascend-robot Description: ## What this PR does / why we need it? 添加FP8相关文档说明 ## 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!2552 | 1 个月前 | |
docs:fsdp2 特性文档后端说明补全 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2702 merge fix_doc_0616 into master docs:fsdp2 特性文档后端说明补全 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 对supported_features.md进行排查,确保描述的特性与支持后端相符. 对fsdp2后端的特性文档补全原生fsdp2的相关说明(目前以megatron-fsdp为主) ## Does this PR introduce any user-facing change? fsdp2 特性文档后端说明补全 ## How was this patch tested? read and read See merge request: Ascend/MindSpeed-MM!2702 | 1 个月前 | |
docs:调整文档样式 Co-authored-by: z60112595<zhaotao68@h-partners.com> # message auto-generated for no-merge-commit merge: !2737 merge master into master docs:调整文档样式 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/472 1、按照要求将文档的样式进行调整 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!2737 | 30 天前 | |
[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!2325 | 4 个月前 | |
docs:fsdp2 特性文档后端说明补全 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2702 merge fix_doc_0616 into master docs:fsdp2 特性文档后端说明补全 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? 对supported_features.md进行排查,确保描述的特性与支持后端相符. 对fsdp2后端的特性文档补全原生fsdp2的相关说明(目前以megatron-fsdp为主) ## Does this PR introduce any user-facing change? fsdp2 特性文档后端说明补全 ## How was this patch tested? read and read See merge request: Ascend/MindSpeed-MM!2702 | 1 个月前 | |
docs: Add FSDP2 validation feature guide Co-authored-by: lilia000<1661204336@qq.com> # message auto-generated for no-merge-commit merge: !2777 merge docs/validation-feature into master docs: Add FSDP2 validation feature guide Created-by: lilia000 Commit-by: lilia000 Merged-by: ascend-robot Description: ## What this PR does / why we need it? 新增训练中验证功能文档,主要是关于 FSDP2 和 MCORE/Megatron validation 的使用说明,方便用户在训练过程中观察验证集 loss ## Does this PR introduce any user-facing change? 说明文档,方便用户熟悉特性 ## How was this patch tested? 说明文档,无需UT See merge request: Ascend/MindSpeed-MM!2777 | 11 天前 | |
[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!2325 | 4 个月前 | |
[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!2325 | 4 个月前 | |
docs: AIDD扫描问题处理 Co-authored-by: liuxi_<liuxi75@huawei.com> # message auto-generated for no-merge-commit merge: !2849 merge 0715_AIDD into master docs: AIDD扫描问题处理 Created-by: liuxi_ Commit-by: liuxi_ Merged-by: ascend-robot Description: ## What this PR does / why we need it? AIDD扫描问题处理 ## Does this PR introduce any user-facing change? AIDD扫描问题处理 ## How was this patch tested? readthedoc See merge request: Ascend/MindSpeed-MM!2849 | 12 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 19 天前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 26 天前 | ||
| 12 天前 | ||
| 12 天前 | ||
| 2 个月前 | ||
| 26 天前 | ||
| 3 个月前 | ||
| 12 天前 | ||
| 5 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 12 天前 | ||
| 12 天前 | ||
| 26 天前 | ||
| 1 个月前 | ||
| 12 天前 | ||
| 30 天前 | ||
| 3 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 12 天前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 30 天前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 11 天前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 12 天前 |