TheBloke commited on
Commit
a8f5240
1 Parent(s): c4d34e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -96,7 +96,7 @@ Refer to the Provided Files table below to see what files use which methods, and
96
 
97
  ### q6_K and q8_0 files require expansion from archive
98
 
99
- **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the q6_K and q8_0 files as multi-part ZIP files. They are not compressed, it is just storing the .bin file in two parts.
100
 
101
  ### q6_K
102
  Please download:
@@ -111,10 +111,10 @@ Please download:
111
  Then extract the .zip archive. This will will expand both parts automatically. On Linux I found I had to use `7zip` - the basic `unzip` tool did not work. Example:
112
  ```
113
  sudo apt update -y && sudo apt install 7zip
114
- 7zz x airoboros-65b-gpt4-1.3.ggmlv3.q6_K.zip`
115
  ```
116
 
117
- Once the `.bin` is extracted you can delete the `.zip` and `.z01` files
118
 
119
  ## How to run in `llama.cpp`
120
 
 
96
 
97
  ### q6_K and q8_0 files require expansion from archive
98
 
99
+ **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the q6_K and q8_0 files as multi-part ZIP files. They are not compressed, they are just for storing a .bin file in two parts.
100
 
101
  ### q6_K
102
  Please download:
 
111
  Then extract the .zip archive. This will will expand both parts automatically. On Linux I found I had to use `7zip` - the basic `unzip` tool did not work. Example:
112
  ```
113
  sudo apt update -y && sudo apt install 7zip
114
+ 7zz x airoboros-65b-gpt4-1.3.ggmlv3.q6_K.zip
115
  ```
116
 
117
+ Once the `.bin` is extracted you can delete the `.zip` and `.z01` files.
118
 
119
  ## How to run in `llama.cpp`
120