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 e5d7ed0 commit 9c93636Copy full SHA for 9c93636
docs/source/usage/tool_calling.md
@@ -10,7 +10,7 @@ Start the server with tool calling enabled. This example uses Meta's Llama 3.1 8
10
vllm serve meta-llama/Llama-3.1-8B-Instruct \
11
--enable-auto-tool-choice \
12
--tool-call-parser llama3_json \
13
- --chat-template examples/tool_chat_template_llama3_json.jinja
+ --chat-template examples/tool_chat_template_llama3.1_json.jinja
14
```
15
16
Next, make a request to the model that should result in it using the available tools:
0 commit comments