Update README.md
Browse files
README.md
CHANGED
@@ -223,9 +223,7 @@ Assuming your system has at least 64GB of RAM, you can try running the
|
|
223 |
following command which download, concatenate, and execute the model.
|
224 |
|
225 |
```
|
226 |
-
|
227 |
-
curl -L https://huggingface.co/jartine/granite-34b-code-instruct-llamafile/resolve/main/granite-34b-code-instruct.Q5_0.llamafile.cat1
|
228 |
-
) > granite-34b-code-instruct.Q5_0.llamafile
|
229 |
chmod +x granite-34b-code-instruct.Q5_0.llamafile
|
230 |
./granite-34b-code-instruct.Q5_0.llamafile --help # view manual
|
231 |
./granite-34b-code-instruct.Q5_0.llamafile # launch web gui + oai api
|
|
|
223 |
following command which download, concatenate, and execute the model.
|
224 |
|
225 |
```
|
226 |
+
wget https://huggingface.co/jartine/granite-34b-code-instruct-llamafile/resolve/main/granite-34b-code-instruct.Q5_0.llamafile
|
|
|
|
|
227 |
chmod +x granite-34b-code-instruct.Q5_0.llamafile
|
228 |
./granite-34b-code-instruct.Q5_0.llamafile --help # view manual
|
229 |
./granite-34b-code-instruct.Q5_0.llamafile # launch web gui + oai api
|