Update README.md
Browse files
README.md
CHANGED
@@ -108,7 +108,7 @@ ollama create Bllossom -f ./Modelfile_Q4_K_M
|
|
108 |
* MODELFILE (you can change this for your preference)
|
109 |
|
110 |
```
|
111 |
-
FROM llama-3-korean-bllossom-120b-Q4_K_M.gguf
|
112 |
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
113 |
|
114 |
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
|
|
108 |
* MODELFILE (you can change this for your preference)
|
109 |
|
110 |
```
|
111 |
+
FROM ./llama-3-korean-bllossom-120b-Q4_K_M.gguf
|
112 |
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
113 |
|
114 |
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|