docs: add Ascend NPU example links - #2135
Conversation
Greptile SummaryThis PR adds an Ascend NPU documentation entry to
Confidence Score: 5/5Documentation-only change; both linked files are confirmed present and relative paths resolve correctly. The change adds two relative links to existing files and removes one cosmetic blank line. Both target files exist at the expected paths, so no dead links are introduced. The Ascend NPU entry is placed within the preparation list, which clearly labels it as an alternative hardware path, so the context is unambiguous. Files Needing Attention: No files require special attention.
|
| Filename | Overview |
|---|---|
| doc/en/install.md | Adds an Ascend NPU preparation bullet with two valid relative links to existing Chinese tutorials; removes a cosmetic blank line. No broken links or misleading content. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User reads doc/en/install.md] --> B{Hardware}
B -- NVIDIA GPU --> C[Follow CUDA setup]
B -- Ascend NPU --> D[Atlas 300I A2 path]
D --> E[doc/zh/DeepseekR1_V3_tutorial_zh_for_Ascend_NPU.md]
D --> F[doc/zh/Qwen3-MoE_tutorial_zh_for_Ascend_NPU.md]
C --> G[Continue Linux-x86_64 prerequisites]
E --> H[CANN / torch_npu setup and launch commands]
F --> H
Reviews (1): Last reviewed commit: "[docs]: add Ascend NPU example links" | Re-trigger Greptile
Summary
Refs #1504
Test Plan
pythondocumentation guard check for the new Ascend NPU entry and linked document targetsgit diff --check HEAD~1..HEAD