Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
did100
/
phi4_Q8
:latest
54
Downloads
Updated
1 year ago
Microsoft Phi4 pulled from HuggingFace and quantized to Q8
Microsoft Phi4 pulled from HuggingFace and quantized to Q8
Cancel
phi4_Q8:latest
...
/
template
3598ffa33439 · 283B
{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
<|im_start|>{{ .Role }}<|im_sep|>
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- if and (ne .Role "assistant") $last }}<|im_end|>
<|im_start|>assistant<|im_sep|>
{{ end }}
{{- end }}