Update README.md
Browse files
README.md
CHANGED
@@ -80,6 +80,14 @@ renaming it to have a .exe extension, and then passing the llamafiles in
|
|
80 |
this repo via the `-m` flag as though they were GGUF weights, e.g.
|
81 |
|
82 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
.\llamafile-0.8.11.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile
|
84 |
```
|
85 |
|
|
|
80 |
this repo via the `-m` flag as though they were GGUF weights, e.g.
|
81 |
|
82 |
```
|
83 |
+
curl -o cat.exe https://cosmo.zip/pub/cosmos/bin/cat
|
84 |
+
curl -o llamafile-0.8.11.exe https://github.com/Mozilla-Ocho/llamafile/releases/download/0.8.11/llamafile-0.8.11
|
85 |
+
curl -o one https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-llamafile/resolve/main/Meta-Llama-3.1-405B.Q2_K.cat0.llamafile
|
86 |
+
curl -o two https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-llamafile/resolve/main/Meta-Llama-3.1-405B.Q2_K.cat1.llamafile
|
87 |
+
curl -o three https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-llamafile/resolve/main/Meta-Llama-3.1-405B.Q2_K.cat2.llamafile
|
88 |
+
curl -o four https://huggingface.co/Mozilla/Meta-Llama-3.1-405B-llamafile/resolve/main/Meta-Llama-3.1-405B.Q2_K.cat3.llamafile
|
89 |
+
.\cat.exe one two three four >Meta-Llama-3.1-405B.Q2_K.llamafile
|
90 |
+
del one two three four
|
91 |
.\llamafile-0.8.11.exe -m Meta-Llama-3.1-405B.Q2_K.llamafile
|
92 |
```
|
93 |
|