System delete file

This commit is contained in:
indextts
2025-09-07 15:04:15 +00:00
parent 3147f6f050
commit 27f17331c2

View File

@ -1,11 +0,0 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>
{{ end }}{{ end }}"""
PARAMETER stop "<|endoftext|>"
PARAMETER num_ctx 4096