From c908a07f57c07562c6a208166f247e9c71bea8d1 Mon Sep 17 00:00:00 2001 From: Robin <863579016@qq.com> Date: Sat, 8 Mar 2025 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?[Doc]=20Added=20QwQ-32B=20to=20the=20supported?= =?UTF-8?q?=20models=20list=20in=20the=20reasoning=20out=E2=80=A6=20(#1447?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WangErXiao <863579016@qq.com> --- docs/source/features/reasoning_outputs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/features/reasoning_outputs.md b/docs/source/features/reasoning_outputs.md index e5c03793f7552..b5fad26368bdf 100644 --- a/docs/source/features/reasoning_outputs.md +++ b/docs/source/features/reasoning_outputs.md @@ -13,6 +13,7 @@ vLLM currently supports the following reasoning models: | Model Series | Parser Name | Structured Output Support | |--------------|-------------|------------------| | [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d) | `deepseek_r1` | `guided_json`, `guided_regex` | +| [QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) | `deepseek_r1` | `guided_json`, `guided_regex` | ## Quickstart