We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dcdd2 commit ab83ec1Copy full SHA for ab83ec1
docs/source/features/reasoning_outputs.md
@@ -16,7 +16,7 @@ vLLM currently supports the following reasoning models:
16
| [QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) | `deepseek_r1` | `guided_json`, `guided_regex` |
17
| [IBM Granite 3.2 language models](https://huggingface.co/collections/ibm-granite/granite-32-language-models-67b3bc8c13508f6d064cff9a)* | `granite` | |
18
19
-* IBM Granite 3.2 reasoning is disabled by response; to enable it, you must also pass `thinking=True` in your `chat_template_kwargs`.
+* IBM Granite 3.2 reasoning is disabled by default; to enable it, you must also pass `thinking=True` in your `chat_template_kwargs`.
20
21
## Quickstart
22
0 commit comments