lschaffer's picture
Upload Modelfile
37bd01a verified
Raw
History Blame Contribute Delete
573 Bytes
FROM qwen25-1p5b-filesystem-q5_k_m.gguf
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
{{ end }}"""
# System prompt intentionally omitted from Modelfile.
# Runtime clients inject the current system/tool prompt themselves, which avoids
# conflicting with native Ollama tool-calling behavior.
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
# Limit context window to reduce KV-cache memory pressure on Mac
PARAMETER num_ctx 8192
PARAMETER num_thread 4