File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ vLLM currently supports the following reasoning models:
14
14
| --------------| -------------| ------------------|
15
15
| [ DeepSeek R1 series] ( https://huggingface.co/collections/deepseek-ai/deepseek-r1-678e1e131c0169c0bc89728d ) | ` deepseek_r1 ` | ` guided_json ` , ` guided_regex ` |
16
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 ` | |
17
+ | [ IBM Granite 3.2 language models] ( https://huggingface.co/collections/ibm-granite/granite-32-language-models-67b3bc8c13508f6d064cff9a ) | ` granite ` | |
18
18
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 ` .
20
20
21
21
## Quickstart
22
22
@@ -177,8 +177,8 @@ print("content: ", completion.choices[0].message.content)
177
177
178
178
## Limitations
179
179
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 ) .
182
182
183
183
## How to support a new reasoning model
184
184
You can’t perform that action at this time.
0 commit comments