[Doc] eval-type not support service but server (#2920)

### What this PR does / why we need it?
fix wrong eval-type in accuracy doc

- vLLM version: v0.10.2
- vLLM main:
fec347dee1

Signed-off-by: root <root@liaolile-laptop.localdomain>
Co-authored-by: root <root@liaolile-laptop.localdomain>
This commit is contained in:
L4
2026-01-05 11:17:39 +08:00
committed by GitHub
parent 2b5536362a
commit c23cf30709

View File

@@ -72,7 +72,7 @@ evalscope eval \
--model Qwen/Qwen2.5-7B-Instruct \
--api-url http://localhost:8000/v1 \
--api-key EMPTY \
--eval-type service \
--eval-type server \
--datasets gsm8k \
--limit 10
```