jartine commited on
Commit
c37187a
1 Parent(s): 325b077

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,8 +26,8 @@ Assuming your system has at least 128GB of RAM, you can try running the
26
  following command which download, concatenate, and execute the model.
27
 
28
  ```
29
- ( curl https://huggingface.co/jartine/Mixtral-8x22B-Instruct-v0.1-llamafile/resolve/main/Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile.cat0
30
- curl https://huggingface.co/jartine/Mixtral-8x22B-Instruct-v0.1-llamafile/resolve/main/Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile.cat1
31
  ) > Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile
32
  chmod +x Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile
33
  ./Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile --help # view manual
 
26
  following command which download, concatenate, and execute the model.
27
 
28
  ```
29
+ ( curl -L https://huggingface.co/jartine/Mixtral-8x22B-Instruct-v0.1-llamafile/resolve/main/Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile.cat0
30
+ curl -L https://huggingface.co/jartine/Mixtral-8x22B-Instruct-v0.1-llamafile/resolve/main/Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile.cat1
31
  ) > Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile
32
  chmod +x Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile
33
  ./Mixtral-8x22B-Instruct-v0.1.Q4_0.llamafile --help # view manual