Skip to content

Commit d3f05c9

Browse files
authored
[Doc] fix mutltimodal_inputs.md gh examples link (#20497)
Signed-off-by: Guy Stone <guys@spotify.com>
1 parent c108781 commit d3f05c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/multimodal_inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Our OpenAI-compatible server accepts multi-modal data via the [Chat Completions
228228
If no default chat template is available, we will first look for a built-in fallback in <gh-file:vllm/transformers_utils/chat_templates/registry.py>.
229229
If no fallback is available, an error is raised and you have to provide the chat template manually via the `--chat-template` argument.
230230

231-
For certain models, we provide alternative chat templates inside <gh-dir:vllm/examples>.
231+
For certain models, we provide alternative chat templates inside <gh-dir:examples>.
232232
For example, VLM2Vec uses <gh-file:examples/template_vlm2vec.jinja> which is different from the default one for Phi-3-Vision.
233233

234234
### Image Inputs

0 commit comments

Comments
 (0)