Text Generation
Transformers
llamafile
code
granite
Eval Results
Inference Endpoints
jartine commited on
Commit
5c09627
1 Parent(s): 9f3578f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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
- ( curl -L https://huggingface.co/jartine/granite-34b-code-instruct-llamafile/resolve/main/granite-34b-code-instruct.Q5_0.llamafile.cat0
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