Update README.md
Browse files
README.md
CHANGED
@@ -127,7 +127,7 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
|
|
127 |
|
128 |
* Download and install [Ollama](https://ollama.com/download)
|
129 |
* Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1-gguf/blob/main/Lucie-7B-Instruct-v1.1-q4_k_m.gguf)
|
130 |
-
* Copy the [`Modelfile`](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1-gguf/blob/main/Modelfile),
|
131 |
* Run in a shell:
|
132 |
* `ollama create -f Modelfile Lucie`
|
133 |
* `ollama run Lucie`
|
|
|
127 |
|
128 |
* Download and install [Ollama](https://ollama.com/download)
|
129 |
* Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1-gguf/blob/main/Lucie-7B-Instruct-v1.1-q4_k_m.gguf)
|
130 |
+
* Copy the [`Modelfile`](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1-gguf/blob/main/Modelfile), adapting if necessary the path to the GGUF file (line starting with `FROM`).
|
131 |
* Run in a shell:
|
132 |
* `ollama create -f Modelfile Lucie`
|
133 |
* `ollama run Lucie`
|