mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-24 10:07:13 +08:00
Update tool_calling.md (#11701)
This commit is contained in:
parent
e5d7ed0c53
commit
9c93636d84
@ -10,7 +10,7 @@ Start the server with tool calling enabled. This example uses Meta's Llama 3.1 8
|
|||||||
vllm serve meta-llama/Llama-3.1-8B-Instruct \
|
vllm serve meta-llama/Llama-3.1-8B-Instruct \
|
||||||
--enable-auto-tool-choice \
|
--enable-auto-tool-choice \
|
||||||
--tool-call-parser llama3_json \
|
--tool-call-parser llama3_json \
|
||||||
--chat-template examples/tool_chat_template_llama3_json.jinja
|
--chat-template examples/tool_chat_template_llama3.1_json.jinja
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, make a request to the model that should result in it using the available tools:
|
Next, make a request to the model that should result in it using the available tools:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user