Trained with Unsloth - Ollama Modelfile
Browse files
Modelfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
FROM Llama-3.2-3B-Instruct.
|
| 3 |
TEMPLATE """{{ if .Messages }}
|
| 4 |
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
| 5 |
{{- if .System }}
|
|
|
|
| 1 |
|
| 2 |
+
FROM Llama-3.2-3B-Instruct.Q8_0.gguf
|
| 3 |
TEMPLATE """{{ if .Messages }}
|
| 4 |
{{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
|
| 5 |
{{- if .System }}
|