Reasoning models fix docs (#18963)

This commit is contained in:
HAI
2026-02-17 23:05:55 -08:00
committed by GitHub
parent 420a611275
commit 934b36693c

View File

@@ -54,7 +54,7 @@ python -m sglang.test.run_eval \
```
```{tip}
For reasoning models, add `--thinking-mode <mode>` (e.g., `qwen3`, `deepseek-r1`, `deepseek-v3`). You may skip it if the model has forced thinking enabled.
For reasoning models, add `--thinking-mode <mode>` (e.g., `qwen3`, `deepseek-v3`). You may skip it if the model has forced thinking enabled.
```
**HumanEval**