| docs(pytorch): fix Chinese documentation content errors and source code type annotations Co-authored-by: cjy840282<chenjingyi9@huawei.com> # message auto-generated for no-merge-commit merge: !4814 merge fix/doc-issues-master into master docs(pytorch): fix Chinese documentation content errors and source code type annotations Created-by: cjy840282 Commit-by: cjy840282 Merged-by: ascend-robot Description: Fixes #1642 ## What this PR does / why we need it? 1. Fix punctuation normalization: half-width commas to full-width, remove extra spaces after full-width colons, add missing periods (4 places, excluding Row8 which only exists on master) 2. Fix proper noun capitalization: HuggingFace -> Hugging Face, cot -> CoT, triton -> Triton, ascendC -> Ascend C, Qwen3-32b -> Qwen3-32B (7 places) 3. Fix parameter type annotations in documentation and source code: ignored_modules/chunk_loss_size/quant_recipe_name add Optional wrapper (3 places) 4. Fix documentation content descriptions: path consistency, alt text placeholders, word usage fix (5 places) Note: Row8 (mtp_loss_scaling_factor parentheses fix) only affects master branch as this parameter does not exist on 26.1.0. ## Does this PR introduce any user-facing change? No. Documentation and type annotation fixes only. No runtime behavior change. ## How was this patch tested? 1. Verified all 19 documentation modifications and 3 source code type annotation modifications on 26.1.0 branch 2. Confirmed no new spelling, formatting, or content errors introduced See merge request: Ascend/MindSpeed-LLM!4814 | 14 天前 |