Add ModelRunner_prepare_inputs doc (#1493)

### What this PR does / why we need it?
To help more developers quickly get started with vLLM, we need to write
clear and easy-to-understand code documentation and technical
interpretations. This will effectively lower the learning curve, attract
more excellent contributors, and collectively build a better developer
community.

Add ModelRunner_prepare_inputs doc

### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
Pass CI


- vLLM version: v0.10.0
- vLLM main:
4be02a3776

---------

Signed-off-by: ChenTaoyu-SJTU <ctynb@qq.com>
This commit is contained in:
TaoYu Chen
2025-08-18 15:41:24 +08:00
committed by GitHub
parent 3fc31ee1cb
commit 9e7c168d99
2 changed files with 238 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ This section provides an overview of the features implemented in vLLM Ascend. De
:caption: Feature Guide
:maxdepth: 1
patch
ModelRunner_prepare_inputs
:::