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
8a15c2603a902820203040a4773ac0e2335e693d
8a15c2603a902820203040a4773ac0e2335e693d
Switch branch/tag
vllm_cscc
examples
template_fuyu.jinja
Find file
Normal view
History
Permalink
template_fuyu.jinja
85 Bytes
Edit
Web IDE
Newer
Older
[Frontend] Add missing chat templates for various MLLMs (#17758)
Cyrus Leung
committed
May 07, 2025
1
2
3
{%- for message in messages -%}
{{- message['content'] + '\n' -}}
{%- endfor -%}