jartine commited on
Commit
f5c6d5e
1 Parent(s): 816b5cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -73,14 +73,14 @@ this repo via the `-m` flag as though they were GGUF weights, e.g.
73
 
74
  ```
75
  curl -o cat.exe https://cosmo.zip/pub/cosmos/bin/cat
76
- curl -o llamafile-0.8.11.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
77
  curl -o one https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat0.llamafile
78
  curl -o two https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat1.llamafile
79
  curl -o three https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat2.llamafile
80
  curl -o four https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat3.llamafile
81
  .\cat.exe one two three four >Meta-Llama-3.1-405B.Q2_K.llamafile
82
  del one two three four
83
- .\llamafile-0.8.11.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile
84
  ```
85
 
86
  On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use
 
73
 
74
  ```
75
  curl -o cat.exe https://cosmo.zip/pub/cosmos/bin/cat
76
+ curl -o llamafile-0.8.13.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.13/llamafile-0.8.13
77
  curl -o one https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat0.llamafile
78
  curl -o two https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat1.llamafile
79
  curl -o three https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat2.llamafile
80
  curl -o four https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-Instruct-llamafile/resolve/main/Meta-Llama-3.1-405B-Instruct.Q2_K.cat3.llamafile
81
  .\cat.exe one two three four >Meta-Llama-3.1-405B.Q2_K.llamafile
82
  del one two three four
83
+ .\llamafile-0.8.13.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile
84
  ```
85
 
86
  On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use