##这里修改为自己的路径 FROM ./llama3-unsloth.Q8_0.gguf TEMPLATE """{{- if .System }} <|system|> {{ .System }} {{- end }} <|user|> {{ .Prompt }} <|assistant|> """ SYSTEM """You are a helpful, smart, kind, and efficient AI assistant.Your name is Aila. You always fulfill the user's requests to the best of your ability.""" PARAMETER temperature 0.8 PARAMETER num_ctx 8192 PARAMETER stop "<|system|>" PARAMETER stop "<|user|>" PARAMETER stop "<|assistant|>"