Skip to content

Commit a73c789

Browse files
Revert precommit bullet formatting
Signed-off-by: Alex-Brooks <[email protected]>
1 parent ab83ec1 commit a73c789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/features/reasoning_outputs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ vLLM currently supports the following reasoning models:
1414
|--------------|-------------|------------------|
1515
| [DeepSeek R1 series](https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d) | `deepseek_r1` | `guided_json`, `guided_regex` |
1616
| [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` | |
17+
| [IBM Granite 3.2 language models](https://huggingface.co/collections/ibm-granite/granite-32-language-models-67b3bc8c13508f6d064cff9a) | `granite` | |
1818

19-
* IBM Granite 3.2 reasoning is disabled by default; to enable it, you must also pass `thinking=True` in your `chat_template_kwargs`.
19+
- IBM Granite 3.2 reasoning is disabled by default; to enable it, you must also pass `thinking=True` in your `chat_template_kwargs`.
2020

2121
## Quickstart
2222

@@ -177,8 +177,8 @@ print("content: ", completion.choices[0].message.content)
177177

178178
## Limitations
179179

180-
* The reasoning content is only available for online serving's chat completion endpoint (`/v1/chat/completions`).
181-
* It is not compatible with [`tool_calling`](#tool_calling).
180+
- The reasoning content is only available for online serving's chat completion endpoint (`/v1/chat/completions`).
181+
- It is not compatible with [`tool_calling`](#tool_calling).
182182

183183
## How to support a new reasoning model
184184

0 commit comments

Comments
 (0)