(Trained with Unsloth)
Browse files
Modelfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
FROM ./JanneDoe/Llama3-8B-gguf/unsloth.
|
3 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
4 |
{{ .System }}<|im_end|>
|
5 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|
|
|
1 |
|
2 |
+
FROM ./JanneDoe/Llama3-8B-gguf/unsloth.Q8_0.gguf
|
3 |
TEMPLATE """{{ if .System }}<|im_start|>system
|
4 |
{{ .System }}<|im_end|>
|
5 |
{{ end }}{{ if .Prompt }}<|im_start|>user
|