From d192fc50d4acb6e38944c359c0ea9c240b006520 Mon Sep 17 00:00:00 2001 From: haotian <2421912570@qq.com> Date: Mon, 14 Jul 2025 14:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ollama=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=97=B6=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modelfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Modelfile diff --git a/Modelfile b/Modelfile new file mode 100644 index 0000000..9dd705c --- /dev/null +++ b/Modelfile @@ -0,0 +1,8 @@ +FROM ./unsloth.Q8_0.gguf + +TEMPLATE """{{ if .System }}<|im_start|>system +{{ .System }}<|im_end|> +{{ end }}{{ if .Prompt }}<|im_start|>user +{{ .Prompt }}<|im_end|> +{{ end }}<|im_start|>assistant +""" \ No newline at end of file