We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b31a3 commit 6c317a6Copy full SHA for 6c317a6
vllm/transformers_utils/chat_templates/registry.py
@@ -40,6 +40,7 @@ def _get_minicpmv_chat_template_fallback(tokenizer_name_or_path: str) -> Path |
40
"paligemma": CHAT_TEMPLATES_DIR / "template_basic.jinja",
41
"qwen": _get_qwen_chat_template_fallback,
42
"siglip": CHAT_TEMPLATES_DIR / "template_basic.jinja",
43
+ "siglip2": CHAT_TEMPLATES_DIR / "template_basic.jinja",
44
}
45
46
0 commit comments