Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6c317a65
Unverified
Commit
6c317a65
authored
Nov 02, 2025
by
Cyrus Leung
Committed by
GitHub
Nov 02, 2025
Browse files
[Misc] Provide Siglip2 chat template (#27939)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
00b31a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/transformers_utils/chat_templates/registry.py
vllm/transformers_utils/chat_templates/registry.py
+1
-0
No files found.
vllm/transformers_utils/chat_templates/registry.py
View file @
6c317a65
...
@@ -40,6 +40,7 @@ _MODEL_TYPE_TO_CHAT_TEMPLATE_FALLBACK: dict[str, ChatTemplatePath] = {
...
@@ -40,6 +40,7 @@ _MODEL_TYPE_TO_CHAT_TEMPLATE_FALLBACK: dict[str, ChatTemplatePath] = {
"paligemma"
:
CHAT_TEMPLATES_DIR
/
"template_basic.jinja"
,
"paligemma"
:
CHAT_TEMPLATES_DIR
/
"template_basic.jinja"
,
"qwen"
:
_get_qwen_chat_template_fallback
,
"qwen"
:
_get_qwen_chat_template_fallback
,
"siglip"
:
CHAT_TEMPLATES_DIR
/
"template_basic.jinja"
,
"siglip"
:
CHAT_TEMPLATES_DIR
/
"template_basic.jinja"
,
"siglip2"
:
CHAT_TEMPLATES_DIR
/
"template_basic.jinja"
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment