Update Modelfile
Browse files
Modelfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
# ollama modelfile auto-generated by llamafactory
|
2 |
|
3 |
-
FROM .
|
4 |
|
5 |
TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|>
|
6 |
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|>
|
|
|
|
|
1 |
|
2 |
+
FROM ./abig_q8_0.gguf
|
3 |
|
4 |
TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|>
|
5 |
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|>
|