Skip to content

Commit 6c317a6

Browse files
[Misc] Provide Siglip2 chat template (#27939)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
1 parent 00b31a3 commit 6c317a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/transformers_utils/chat_templates/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def _get_minicpmv_chat_template_fallback(tokenizer_name_or_path: str) -> Path |
4040
"paligemma": CHAT_TEMPLATES_DIR / "template_basic.jinja",
4141
"qwen": _get_qwen_chat_template_fallback,
4242
"siglip": CHAT_TEMPLATES_DIR / "template_basic.jinja",
43+
"siglip2": CHAT_TEMPLATES_DIR / "template_basic.jinja",
4344
}
4445

4546

0 commit comments

Comments
 (0)