From d3f05c9248d79dc900c79d090db16cc2e5d96ee3 Mon Sep 17 00:00:00 2001 From: Guy Stone Date: Sat, 5 Jul 2025 00:41:35 +0100 Subject: [PATCH] [Doc] fix mutltimodal_inputs.md gh examples link (#20497) Signed-off-by: Guy Stone --- docs/features/multimodal_inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/multimodal_inputs.md b/docs/features/multimodal_inputs.md index e3a77afb02f1c..c45d620dc8e0e 100644 --- a/docs/features/multimodal_inputs.md +++ b/docs/features/multimodal_inputs.md @@ -228,7 +228,7 @@ Our OpenAI-compatible server accepts multi-modal data via the [Chat Completions If no default chat template is available, we will first look for a built-in fallback in . If no fallback is available, an error is raised and you have to provide the chat template manually via the `--chat-template` argument. - For certain models, we provide alternative chat templates inside . + For certain models, we provide alternative chat templates inside . For example, VLM2Vec uses which is different from the default one for Phi-3-Vision. ### Image Inputs