文件最后提交记录最后更新时间
docs(pytorch): docs updated Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4456 merge master into master docs(pytorch): docs updated Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Update the link to the latest version,and fixing the AIDD tool report issues. ## Does this PR introduce any user-facing change? Updated installation-related information to the latest version. ## How was this patch tested? Not need to be tested for doc. See merge request: Ascend/MindSpeed-LLM!445624 天前
feat(pytorch): Add MindSpeed Muon feature Co-authored-by: HanhuiChen<chenhanhui1@h-partners.com> # message auto-generated for no-merge-commit merge: !4549 merge master into master feat(pytorch): Add MindSpeed Muon feature Created-by: HANHU1CHEN Commit-by: HanhuiChen Merged-by: ascend-robot Description: ## What this PR does / why we need it? Replaces the in-repo self-maintained Muon optimizer with MindSpeed's native Muon implementation, removing the legacy code and adapting the patch registration accordingly. ## Does this PR introduce any user-facing change? No change to the Muon usage interface; existing Muon training scripts and arguments continue to work. The underlying implementation is switched to MindSpeed's native version. ## How was this patch tested? Precision has been verified: training with the native Muon optimizer was aligned against the previous self-maintained implementation, with consistent loss and grad-norm behavior. See merge request: Ascend/MindSpeed-LLM!454913 小时前
docs: update performance_tuning and FAQ Co-authored-by: xuwenyue<xuwenyue1@huawei.com> # message auto-generated for no-merge-commit merge: !4495 merge master into master docs: update performance_tuning and FAQ Created-by: xuwenyue Commit-by: xuwenyue Merged-by: ascend-robot Description: ## What this PR does / why we need it? update performance_tuning and FAQ ## 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-LLM!449511 天前
[pytorch][docs] add docs license Co-authored-by: leizhenzhen23<leizhenzhen4@huawei.com> # message auto-generated for no-merge-commit merge: !4240 merge llm_0225 into master [pytorch][docs] add docs license Created-by: leizhenzhen23 Commit-by: leizhenzhen23 Merged-by: ascend-robot Description: [pytorch][docs] add docs license See merge request: Ascend/MindSpeed-LLM!42403 个月前
docs(pytorch): docs updated Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4456 merge master into master docs(pytorch): docs updated Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Update the link to the latest version,and fixing the AIDD tool report issues. ## Does this PR introduce any user-facing change? Updated installation-related information to the latest version. ## How was this patch tested? Not need to be tested for doc. See merge request: Ascend/MindSpeed-LLM!445624 天前
docs(pytorch): doc fix error Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4402 merge master into master docs(pytorch): doc fix error Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. ## 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-LLM!44021 个月前
docs(pytorch): reorganize docs structure and add unified guide Co-authored-by: leizhenzhen23<leizhenzhen4@huawei.com> # message auto-generated for no-merge-commit merge: !4311 merge llm_0314_v2 into master docs(pytorch): reorganize docs structure and add unified guide Created-by: leizhenzhen23 Commit-by: leizhenzhen23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR reorganizes the documentation structure by consolidating tool-related documents into docs/zh/pytorch/tools/ directory and adds a unified documentation guide ( docs_guide.md ). ## Does this PR introduce any user-facing change? Documentation paths have changed: Added docs/zh/pytorch/tools/ directory for checkpoint conversion, data preprocessing, profiling tools Added docs_guide.md and project_guide.md for unified navigation Moved offline_dpo.md to finetune directory Added mcore/fsdp2 dir for pytorch training ## How was this patch tested? This PR only involves documentation modifications and does not require test cases. See merge request: Ascend/MindSpeed-LLM!43112 个月前
docs(pytorch): docs updated Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4456 merge master into master docs(pytorch): docs updated Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Update the link to the latest version,and fixing the AIDD tool report issues. ## Does this PR introduce any user-facing change? Updated installation-related information to the latest version. ## How was this patch tested? Not need to be tested for doc. See merge request: Ascend/MindSpeed-LLM!445624 天前
docs(pytorch): add quick_start_finetune and update introduction Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4317 merge master into master docs(pytorch): add quick_start_finetune and update introduction Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. ## 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-LLM!43172 个月前
docs(pytorch): reorganize docs structure and add unified guide Co-authored-by: leizhenzhen23<leizhenzhen4@huawei.com> # message auto-generated for no-merge-commit merge: !4311 merge llm_0314_v2 into master docs(pytorch): reorganize docs structure and add unified guide Created-by: leizhenzhen23 Commit-by: leizhenzhen23 Merged-by: ascend-robot Description: ## What this PR does / why we need it? This PR reorganizes the documentation structure by consolidating tool-related documents into docs/zh/pytorch/tools/ directory and adds a unified documentation guide ( docs_guide.md ). ## Does this PR introduce any user-facing change? Documentation paths have changed: Added docs/zh/pytorch/tools/ directory for checkpoint conversion, data preprocessing, profiling tools Added docs_guide.md and project_guide.md for unified navigation Moved offline_dpo.md to finetune directory Added mcore/fsdp2 dir for pytorch training ## How was this patch tested? This PR only involves documentation modifications and does not require test cases. See merge request: Ascend/MindSpeed-LLM!43112 个月前
docs: update release_notes Co-authored-by: zhyebin01<zhangyebin@h-partners.com> # message auto-generated for no-merge-commit merge: !4551 merge master into master docs: update release_notes Created-by: zhyebin01 Commit-by: zhyebin01 Merged-by: ascend-robot Description: ## What this PR does / why we need it? update release_notes ## Does this PR introduce any user-facing change? update release_notes ## How was this patch tested? doc-ci pass See merge request: Ascend/MindSpeed-LLM!45511 天前
feat(torch): add replace_ascend_path Co-authored-by: qyzqyz<quyueze@h-partners.com> # message auto-generated for no-merge-commit merge: !4502 merge master into master feat(torch): add replace_ascend_path Created-by: qyzqyz Commit-by: qyzqyz Merged-by: ascend-robot Description: ## What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. ## 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-LLM!45027 天前