Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
cyberwald
/
llama-3.1-sauerkrautlm-8b-instruct
:q5_k_m
1,050
Downloads
Updated
1 year ago
VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
Cancel
llama-3.1-sauerkrautlm-8b-instruct:q5_k_m
...
/
template
cdbcae7e69d5 · 571B
{{- if .Messages }}
{{- if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>
{{- end }}
{{- range .Messages }}<|start_header_id|>{{ .Role }}<|end_header_id|>
{{ .Content }}<|eot_id|>
{{- end }}<|start_header_id|>assistant<|end_header_id|>
{{ else }}
{{- if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ end }}{{ .Response }}{{ if .Response }}<|eot_id|>{{ end }}