| Files | Last commit | Last update |
|---|---|---|
docs: fix typos, format errors and naming inconsistencies Co-authored-by: xuwenyue<xuwenyue1@huawei.com> # message auto-generated for no-merge-commit merge: !4662 merge docs/fix-typos-and-format into master docs: fix typos, format errors and naming inconsistencies Created-by: xuwenyue Commit-by: xuwenyue Merged-by: ascend-robot Description: ## What this PR does / why we need it? Fix multiple typos, markdown format errors and naming inconsistencies across documentation and scripts: - Fix typo: mg2hg -> mg2hf in ckpt convert scripts (examples, tests) - Fix typo: Extention -> Extension in release notes - Fix typo: General_pipline -> General_pipeline (image filename) - Fix typo: CMMLU full name Multi-Modal -> Multi-Task - Fix markdown format: lora-r code block backtick placement - Normalize casing: No-Op Layers, Fused RMSNorm, etc. - Fix table row tag in supported_models.md ## Does this PR introduce any user-facing change? No. Only documentation and comment text corrections. No code logic or API changes. ## How was this patch tested? Verified by reviewing all changed files to confirm only text/format corrections were made, with no functional code changes. And tested by doc-ci. See merge request: Ascend/MindSpeed-LLM!4662 | 17 days ago | |
docs(pytorch): fix AIDD review document issues in master branch Co-authored-by: tichang<tichang@huawei.com> # message auto-generated for no-merge-commit merge: !4798 merge docs-fixes-master-20260717 into master docs(pytorch): fix AIDD review document issues in master branch Created-by: tichang Commit-by: tichang Merged-by: ascend-robot Description: ## What this PR does / why we need it? fix some doc bug which found by AIDD review document in master branch. ## Does this PR introduce any user-facing change? change some doc describe, no introducing user-facing changes. ## How was this patch tested? all doc changes has been checked. See merge request: Ascend/MindSpeed-LLM!4798 | 12 hours ago | |
docs: correct model name capitalization and normalize code block formatting Co-authored-by: Rostellaria<xiaoshaoan@huawei.com> # message auto-generated for no-merge-commit merge: !4817 merge master into master docs: correct model name capitalization and normalize code block formatting Created-by: Rostellaria Commit-by: Rostellaria Merged-by: ascend-robot Description: [#1644](https://gitcode.com/Ascend/MindSpeed-LLM/issues/1644) ## What this PR does / why we need it? This PR fixes typos and capitalization errors in the inference and deterministic computation docs (e.g., Chatglm3 → ChatGLM3 , Lama3.1 → Llama3.1 , ROCE → RoCE ) and normalizes code block indentation and parameter formatting in chat.md . ## Does this PR introduce any user-facing change? No functional change; only documentation wording/format is corrected. Affected files: docs/zh/pytorch/tools/deterministic_computation.md , docs/zh/pytorch/training/inference/chat.md , docs/zh/pytorch/training/inference/inference.md . ## How was this patch tested? Verified by manual review that changes are limited to documentation text and formatting with no code logic involved, so no runtime tests are required. See merge request: Ascend/MindSpeed-LLM!4817 | 13 hours ago | |
docs: rectify documentation usability issues Co-authored-by: daixzh<daixuezheng@huawei.com> # message auto-generated for no-merge-commit merge: !4804 merge doc-fix into master docs: rectify documentation usability issues Created-by: daixzh Commit-by: daixzh Merged-by: ascend-robot Description: ## What this PR does / why we need it? Fix documentation issues, including spacing conventions, punctuation, and other formatting inconsistencies. ## Does this PR introduce any user-facing change? Yes, multiple documentation files are updated for better readability and accuracy. ## How was this patch tested? Reviewed the updated markdown content for correctness and formatting. See merge request: Ascend/MindSpeed-LLM!4804 | 13 hours ago | |
docs: fix AIDD review documentation issues Co-authored-by: LinShua<707894133@qq.com> # message auto-generated for no-merge-commit merge: !4786 merge master_docs_aidd_0716 into master docs: fix AIDD review documentation issues Created-by: LinShua Commit-by: LinShua Merged-by: ascend-robot Description: Fixes #1610 ## What this PR does / why we need it? 1. Corrects AIDD-reviewed documentation issues in the DeepSeek-V3 example, including LoRA terminology, script naming, heading numbering, and checkpoint terminology. 2. Converts the GatedDeltaNet training-guide reference into a clickable relative Markdown link. 3. Removes the reported Chinese-English spacing and link-label spacing issues, and standardizes the YaRN display name. 4. This PR contains documentation-only changes; the review workbook and temporary artifacts are not included. ## Does this PR introduce any user-facing change? No. It improves documentation wording, navigation, and copy-paste clarity without changing training logic or runtime behavior. ## How was this patch tested? 1. git diff --check passed for the changed documentation files. 2. Repository-configured pre-commit was attempted on the five changed files, but hook-environment initialization could not complete because the GitCode hook repository connection stalled. The remote Git hooks passed during git push. 3. Verified the referenced local documentation targets exist and confirmed the pushed commit contains only the five intended documentation files. See merge request: Ascend/MindSpeed-LLM!4786 | 1 day ago | |
docs(pytorch): updated doc for AIDD Co-authored-by: LQ1206<liuqian164@h-partners.com> # message auto-generated for no-merge-commit merge: !4768 merge master into master docs(pytorch): updated doc for AIDD Created-by: LQ1206 Commit-by: LQ1206 Merged-by: ascend-robot Description: ## What this PR does / why we need it? updated doc for AIDD ## Does this PR introduce any user-facing change? fix doc error ## How was this patch tested? No test See merge request: Ascend/MindSpeed-LLM!4768 | 2 days ago | |
docs: fix AIDD review documentation issues Co-authored-by: xuwenyue<xuwenyue1@huawei.com> # message auto-generated for no-merge-commit merge: !4791 merge docs/fix-issue-1610-master into master docs: fix AIDD review documentation issues Created-by: xuwenyue Commit-by: xuwenyue Merged-by: ascend-robot Description: ## What this PR does / why we need it? Fix documentation formatting issues including FAQ markdown formatting, precision_issue table alignment, supported_models content updates, and quick_start improvements. ## Does this PR introduce any user-facing change? Yes, multiple documentation files are updated for better readability and accuracy. ## How was this patch tested? Reviewed the updated markdown content for correctness and formatting. Related issue: #1610 See merge request: Ascend/MindSpeed-LLM!4791 | 14 hours ago | |
docs: fix AIDD review documentation issues Co-authored-by: LinShua<707894133@qq.com> # message auto-generated for no-merge-commit merge: !4786 merge master_docs_aidd_0716 into master docs: fix AIDD review documentation issues Created-by: LinShua Commit-by: LinShua Merged-by: ascend-robot Description: Fixes #1610 ## What this PR does / why we need it? 1. Corrects AIDD-reviewed documentation issues in the DeepSeek-V3 example, including LoRA terminology, script naming, heading numbering, and checkpoint terminology. 2. Converts the GatedDeltaNet training-guide reference into a clickable relative Markdown link. 3. Removes the reported Chinese-English spacing and link-label spacing issues, and standardizes the YaRN display name. 4. This PR contains documentation-only changes; the review workbook and temporary artifacts are not included. ## Does this PR introduce any user-facing change? No. It improves documentation wording, navigation, and copy-paste clarity without changing training logic or runtime behavior. ## How was this patch tested? 1. git diff --check passed for the changed documentation files. 2. Repository-configured pre-commit was attempted on the five changed files, but hook-environment initialization could not complete because the GitCode hook repository connection stalled. The remote Git hooks passed during git push. 3. Verified the referenced local documentation targets exist and confirmed the pushed commit contains only the five intended documentation files. See merge request: Ascend/MindSpeed-LLM!4786 | 1 day ago |
| Files | Last commit | Last update |
|---|---|---|
| 17 days ago | ||
| 12 hours ago | ||
| 13 hours ago | ||
| 13 hours ago | ||
| 1 day ago | ||
| 2 days ago | ||
| 14 hours ago | ||
| 1 day ago |