From 29a97042a12285b21e72a3079be99f739f3317db Mon Sep 17 00:00:00 2001 From: Mike Depinet Date: Wed, 13 Nov 2024 12:24:39 -0800 Subject: [PATCH] Alter warning block based on other "note" block in this file Signed-off-by: Mike Depinet --- docs/source/serving/openai_compatible_server.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/serving/openai_compatible_server.md b/docs/source/serving/openai_compatible_server.md index 5827ecc83491a..22b1d774bac75 100644 --- a/docs/source/serving/openai_compatible_server.md +++ b/docs/source/serving/openai_compatible_server.md @@ -336,7 +336,11 @@ Example supported models: Flags: `--tool-call-parser pythonic --chat-template {see_above}` -WARNING: Llama's smaller models frequently fail to emit tool calls in the correct format. Your mileage may vary. +--- +**WARNING** +Llama's smaller models frequently fail to emit tool calls in the correct format. Your mileage may vary. + +--- ### How to write a tool parser plugin