Update README.md
Browse files
README.md
CHANGED
@@ -125,7 +125,7 @@ Please download:
|
|
125 |
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:
|
126 |
```
|
127 |
sudo apt update -y && sudo apt install 7zip
|
128 |
-
7zz x
|
129 |
```
|
130 |
|
131 |
Once the `.bin` is extracted you can delete the `.zip` and `.z01` files.
|
|
|
125 |
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:
|
126 |
```
|
127 |
sudo apt update -y && sudo apt install 7zip
|
128 |
+
7zz x llama-2-70b.ggmlv3.q6_K.zip
|
129 |
```
|
130 |
|
131 |
Once the `.bin` is extracted you can delete the `.zip` and `.z01` files.
|