jartine commited on
Commit
b4281b5
1 Parent(s): e181c93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -79,10 +79,10 @@ this repo via the `-m` flag as though they were GGUF weights, e.g.
79
  ```
80
  curl -o cat.exe https://cosmo.zip/pub/cosmos/bin/cat
81
  curl -o llamafile-0.8.11.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
82
- wget -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
83
- wget -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
84
- wget -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
85
- wget -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
86
  .\cat.exe one two three four >Meta-Llama-3.1-405B.Q2_K.llamafile
87
  del one two three four
88
  .\llamafile-0.8.11.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile
 
79
  ```
80
  curl -o cat.exe https://cosmo.zip/pub/cosmos/bin/cat
81
  curl -o llamafile-0.8.11.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
82
+ 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
83
+ 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
84
+ 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
85
+ 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
86
  .\cat.exe one two three four >Meta-Llama-3.1-405B.Q2_K.llamafile
87
  del one two three four
88
  .\llamafile-0.8.11.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile