### What this PR does / why we need it? This PR refactors the tutorial documentation by restructuring it into three categories: Models, Features, and Hardware. This improves the organization and navigation of the tutorials, making it easier for users to find relevant information. - The single `tutorials/index.md` is split into three separate index files: - `docs/source/tutorials/models/index.md` - `docs/source/tutorials/features/index.md` - `docs/source/tutorials/hardwares/index.md` - Existing tutorial markdown files have been moved into their respective new subdirectories (`models/`, `features/`, `hardwares/`). - The main `index.md` has been updated to link to these new tutorial sections. This change makes the documentation structure more logical and scalable for future additions. ### Does this PR introduce _any_ user-facing change? Yes, this PR changes the structure and URLs of the tutorial documentation pages. Users following old links to tutorials will encounter broken links. It is recommended to set up redirects if the documentation framework supports them. ### How was this patch tested? These are documentation-only changes. The documentation should be built and reviewed locally to ensure all links are correct and the pages render as expected. - vLLM version: v0.15.0 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.15.0 Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
581 B
581 B
Model Tutorials
This section provides tutorials for different models of vLLM Ascend.
:::{toctree} :caption: Model Tutorials :maxdepth: 1 Qwen2.5-Omni.md Qwen2.5-7B.md Qwen3-Dense.md Qwen-VL-Dense.md Qwen3-30B-A3B.md Qwen3-235B-A22B.md Qwen3-VL-30B-A3B-Instruct.md Qwen3-VL-235B-A22B-Instruct.md Qwen3-Coder-30B-A3B.md Qwen3_embedding.md Qwen3-VL-Embedding.md Qwen3_reranker.md Qwen3-VL-Reranker.md Qwen3-8B-W4A8.md Qwen3-32B-W4A4.md Qwen3-Next.md Qwen3-Omni-30B-A3B-Thinking.md DeepSeek-V3.1.md DeepSeek-V3.2.md DeepSeek-R1.md GLM4.x.md Kimi-K2-Thinking.md PaddleOCR-VL.md :::