juliehunter
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ The model architecture and hyperparameters are the same as for [Lucie-7B](https:
|
|
99 |
### Test with ollama
|
100 |
|
101 |
* Download and install [Ollama](https://ollama.com/download)
|
102 |
-
* Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct/
|
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`
|
|
|
99 |
### Test with ollama
|
100 |
|
101 |
* Download and install [Ollama](https://ollama.com/download)
|
102 |
+
* Download the [GGUF model](https://huggingface.co/OpenLLM-France/Lucie-7B-Instruct-gguf/blob/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`
|