[Info][main] Correct the mistake in information documents (#4157)

### What this PR does / why we need it?
Correct the mistake in information documents

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
ut

- vLLM version: v0.11.0
- vLLM main:
2918c1b49c

---------

Signed-off-by: lilinsiman <lilinsiman@gmail.com>
This commit is contained in:
lilinsiman
2025-11-13 15:53:58 +08:00
committed by GitHub
parent fdd2db097a
commit adee9dd3b1
9 changed files with 16 additions and 13 deletions

View File

@@ -47,6 +47,8 @@ Run the following script to execute offline inference on a single NPU:
pip install qwen_vl_utils --extra-index-url https://download.pytorch.org/whl/cpu/
```
Create a python script with the following content:
```python
from transformers import AutoProcessor
from vllm import LLM, SamplingParams