We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88f2d3 commit 508ea3aCopy full SHA for 508ea3a
README.md
@@ -275,7 +275,7 @@ enable you to work around Windows' 4GB executable file size limit.
275
For Windows users, here's an example for the Mistral LLM:
276
277
```sh
278
-curl -L -o llamafile.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
+curl -L -o llamafile.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.17/llamafile-0.8.17
279
curl -L -o mistral.gguf https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf
280
./llamafile.exe -m mistral.gguf
281
```
0 commit comments