From 52c8e691f90259c4c263d853f6e8ef72aa4f1cec Mon Sep 17 00:00:00 2001 From: Travis Johnson Date: Wed, 18 Dec 2024 13:02:48 -0700 Subject: [PATCH] doc: add note about using HF chat template Signed-off-by: Travis Johnson --- docs/source/usage/tool_calling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/usage/tool_calling.md b/docs/source/usage/tool_calling.md index 3a948991773f6..34b26647a959f 100644 --- a/docs/source/usage/tool_calling.md +++ b/docs/source/usage/tool_calling.md @@ -174,6 +174,8 @@ Recommended flags: `--tool-call-parser granite --chat-template examples/tool_cha Recommended flags: `--tool-call-parser granite` +The chat template from Huggingface can be used directly. Parallel function calls are supported. + * `ibm-granite/granite-20b-functioncalling` Recommended flags: `--tool-call-parser granite-20b-fc --chat-template examples/tool_chat_template_granite_20b_fc.jinja`