Unverified Commit 6c317a65 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Misc] Provide Siglip2 chat template (#27939)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 00b31a36
......@@ -40,6 +40,7 @@ _MODEL_TYPE_TO_CHAT_TEMPLATE_FALLBACK: dict[str, ChatTemplatePath] = {
"paligemma": CHAT_TEMPLATES_DIR / "template_basic.jinja",
"qwen": _get_qwen_chat_template_fallback,
"siglip": CHAT_TEMPLATES_DIR / "template_basic.jinja",
"siglip2": CHAT_TEMPLATES_DIR / "template_basic.jinja",
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment