asiansoul commited on
Commit
795d67d
1 Parent(s): 4c445f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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|>