Update README.md
Browse files
README.md
CHANGED
@@ -123,7 +123,7 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
|
|
123 |
|
124 |
* Download and install [Ollama](https://ollama.com/download)
|
125 |
* 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)
|
126 |
-
* Copy the [`Modelfile`](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-v1.1-gguf/blob/main/Modelfile),
|
127 |
* Run in a shell:
|
128 |
* `ollama create -f Modelfile Lucie`
|
129 |
* `ollama run Lucie`
|
|
|
123 |
|
124 |
* Download and install [Ollama](https://ollama.com/download)
|
125 |
* 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)
|
126 |
+
* 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`).
|
127 |
* Run in a shell:
|
128 |
* `ollama create -f Modelfile Lucie`
|
129 |
* `ollama run Lucie`
|