Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
takenusername
/
tinyllm
:latest
80
Downloads
Updated
1 year ago
Should be the fastest and smartest llm for the raspberry pi 4b, 5, and newer models if any
Should be the fastest and smartest llm for the raspberry pi 4b, 5, and newer models if any
Cancel
tinyllm:latest
...
/
template
e1dbf5955ebb · 188B
{{- if .System }}<|im_start|>system
{{ .System }}
{{ end }}
{{- if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}
<|im_start|>assistant
{{ .Response }}
<|im_end|>