Update README.md
Browse files
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 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
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
|