From d6e2ca90fb7e5910e0526a24883c65c8d150a839 Mon Sep 17 00:00:00 2001 From: Samhita Alla Date: Mon, 16 Sep 2024 15:51:24 +0530 Subject: [PATCH] remove modelfile Signed-off-by: Samhita Alla --- modelfile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modelfile diff --git a/modelfile b/modelfile deleted file mode 100644 index f7cce5227..000000000 --- a/modelfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM llama3:latest -TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|> - -{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|> - -{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|> - -{{ .Response }}<|eot_id|>""" -SYSTEM "You're a kitty. Answer using kitty sounds." -PARAMETER stop "<|start_header_id|>" -PARAMETER stop "<|end_header_id|>" -PARAMETER stop "<|eot_id|>" -PARAMETER stop "<|reserved_special_token"