File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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:
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
You can’t perform that action at this time.
0 commit comments