Update README.md
#1
by
anthonymayer
- opened
README.md
CHANGED
@@ -29,7 +29,7 @@ Assuming your system has at least 16GB of RAM, you can try running the
|
|
29 |
following command which download, concatenate, and execute the model.
|
30 |
|
31 |
```
|
32 |
-
wget https://huggingface.co/
|
33 |
chmod +x Mistral-7B-Instruct-v0.3.Q6_K.llamafile
|
34 |
./Mistral-7B-Instruct-v0.3.Q6_K.llamafile --help # view manual
|
35 |
./Mistral-7B-Instruct-v0.3.Q6_K.llamafile # launch web gui + oai api
|
|
|
29 |
following command which download, concatenate, and execute the model.
|
30 |
|
31 |
```
|
32 |
+
wget https://huggingface.co/Mozilla/Mistral-7B-Instruct-v0.3-llamafile/resolve/main/Mistral-7B-Instruct-v0.3.Q6_K.llamafile
|
33 |
chmod +x Mistral-7B-Instruct-v0.3.Q6_K.llamafile
|
34 |
./Mistral-7B-Instruct-v0.3.Q6_K.llamafile --help # view manual
|
35 |
./Mistral-7B-Instruct-v0.3.Q6_K.llamafile # launch web gui + oai api
|