Update README.md (#1)
Browse files- Update README.md (96d21ea8610cb6ff848e981d3d2cc5630496931d)
Co-authored-by: Anthony <[email protected]>
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
|