Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
bsahane
/
Llama-3.1-Tulu-3-8B
:Q4_K_M_lms
38
Downloads
Updated
7 months ago
Cancel
Llama-3.1-Tulu-3-8B:Q4_K_M_lms
...
/
template
803b5adc3448 · 218B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|{{ .Role }}|>
{{ .Content }}{{ if not $last }}
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|assistant|>
{{ end }}
{{- end }}