Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
junquan2k
/
Qwen2.5-VL-7B-local9-0414
:latest
13
Downloads
Updated
3 days ago
Cancel
vision
Qwen2.5-VL-7B-local9-0414:latest
...
/
template
baff55bf8744 · 260B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
{{ end }}{{ end }}