Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
dlasher
/
Muse-Glimmer-30B-GGUF
:IQ4_NL
17
Downloads
Updated
1 week ago
pulled from unsloth requant to IQ4_NL, with combined_en_huge as prompt (English + Coding focus)
pulled from unsloth requant to IQ4_NL, with combined_en_huge as prompt (English + Coding focus)
Cancel
Muse-Glimmer-30B-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