Update README
Browse files
README.md
CHANGED
@@ -6,5 +6,13 @@ to [EXL2](https://github.com/turboderp/exllamav2#exl2-quantization) format.
|
|
6 |
Each separate quant is in a different branch, like in The Bloke's GPTQ repos.
|
7 |
|
8 |
```
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
```
|
|
|
6 |
Each separate quant is in a different branch, like in The Bloke's GPTQ repos.
|
7 |
|
8 |
```
|
9 |
+
export BRANCH=6_0-bpw-h6
|
10 |
+
git clone --single-branch --branch ${BRANCH} https://huggingface.co/latimar/Synthia-13B-exl2
|
11 |
+
```
|
12 |
+
|
13 |
+
There are the following branches:
|
14 |
+
|
15 |
+
```
|
16 |
+
4_625-bpw-h6
|
17 |
+
6_0-bpw-h6
|
18 |
```
|