From 508ea3a125d82d7d93157ea454171003c50c146a Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sat, 30 Nov 2024 17:00:05 -0800 Subject: [PATCH] Bump llamafile version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12179a107..0fdcc84290 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ enable you to work around Windows' 4GB executable file size limit. For Windows users, here's an example for the Mistral LLM: ```sh -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 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 ./llamafile.exe -m mistral.gguf ```