juliehunter commited on
Commit
0dd2178
·
verified ·
1 Parent(s): 23de330

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
100
 
101
  * Download and install [Ollama](https://ollama.com/download)
102
  * Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct/resolve/main/Lucie-7B-q4_k_m.gguf)
103
- * Copy the [`Modelfile`](Modelfile), adpating if necessary the path to the GGUF file (line starting with `FROM`).
104
  * Run in a shell:
105
  * `ollama create -f Modelfile Lucie`
106
  * `ollama run Lucie`
 
100
 
101
  * Download and install [Ollama](https://ollama.com/download)
102
  * Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct/resolve/main/Lucie-7B-q4_k_m.gguf)
103
+ * Copy the [`Modelfile`](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-gguf/blob/main/Modelfile), adpating if necessary the path to the GGUF file (line starting with `FROM`).
104
  * Run in a shell:
105
  * `ollama create -f Modelfile Lucie`
106
  * `ollama run Lucie`