Skip to content

Commit

Permalink
Release llamafile v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 9, 2024
1 parent 7ad00db commit 64d1e65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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.5/llamafile-server-0.5
curl -L -o llamafile.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.6/llamafile-0.6
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
```
Expand Down
Empty file modified build/llamafile-convert
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion llamafile/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define LLAMAFILE_MAJOR 0
#define LLAMAFILE_MINOR 5
#define LLAMAFILE_MINOR 6
#define LLAMAFILE_PATCH 0
#define LLAMAFILE_VERSION (100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)

Expand Down

0 comments on commit 64d1e65

Please sign in to comment.