Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
dlasher
/
granite-4.2-8b-GGUF
:IQ4_NL
5
Downloads
Updated
3 days ago
requant to IQ4_NL, with combined_en_huge as prompt (English + Coding focus)
requant to IQ4_NL, with combined_en_huge as prompt (English + Coding focus)
Cancel
granite-4.2-8b-GGUF:IQ4_NL
...
/
template
613e7c1f5876 · 286B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{- end }}
{{- range .Messages }}
{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{- else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}<|im_end|>
{{- end }}
{{- end }}<|im_start|>assistant