From 30136cfa4f581d20c8bd17ab85f36a671b27d31f Mon Sep 17 00:00:00 2001 From: xihuai18 Date: Thu, 6 Mar 2025 12:08:51 +0800 Subject: [PATCH] docs(reasoning content): :memo: deepseek-r1 parser support qwq --- docs/backend/separate_reasoning.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/backend/separate_reasoning.ipynb b/docs/backend/separate_reasoning.ipynb index d9a927c19de..756ecbaa995 100644 --- a/docs/backend/separate_reasoning.ipynb +++ b/docs/backend/separate_reasoning.ipynb @@ -11,7 +11,8 @@ "## Supported Models\n", "\n", "Currently, SGLang supports the following reasoning models:\n", - "- [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d): The reasoning content is wrapped with `` and `` tags." + "- [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d): The reasoning content is wrapped with `` and `` tags.\n", + "- [QwQ](https://huggingface.co/Qwen/QwQ-32B): The reasoning content is wrapped with `` and `` tags." ] }, { @@ -55,6 +56,15 @@ "wait_for_server(f\"http://localhost:{port}\")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that `--reasoning-parser` defines the parser used to interpret responses. Currently supported parsers include:\n", + "\n", + "- deepseek-r1: DeepSeek R1 series and QwQ (e.g. deepseek-ai/DeepSeek-R1, Qwen/QwQ-32B)." + ] + }, { "cell_type": "markdown", "metadata": {},