Commit 2786a8a
authored
[Doc][BugFix] Fix Qwen3-VL-Embedding and Reranker user guides (vllm-project#12805)
### What this PR does / why we need it?
This PR fixes several issues in the user guides for Qwen3-Reranker,
Qwen3-VL-Embedding, and Qwen3-VL-Reranker:
- Corrects the model name in the download links for the 8B versions of
Qwen3-VL-Embedding and Qwen3-VL-Reranker.
- Fixes the model name in the `vllm serve` command for Qwen3-Reranker.
- Updates the model cache paths to `/root/.cache/` to match the
recommended directory.
- Fixes a typo in the benchmark command (`--prot` to `--port`).
### Does this PR introduce _any_ user-facing change?
No, this is a documentation-only update.
### How was this patch tested?
Documentation changes only, no functional code changes.
- vLLM version: v0.25.1
- vLLM main:
vllm-project/vllm@fe784ff
Signed-off-by: wangyongjun <wangyongjun7@huawei.com>1 parent 81d3450 commit 2786a8a
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments