Update README.md
Browse files
README.md
CHANGED
@@ -48,12 +48,14 @@ For each model, two versions are available:
|
|
48 |
|
49 |
## HOW TO CHOOSE YOUR MODEL
|
50 |
|
51 |
-
I have used branches to separate the models
|
52 |
|
53 |
* Branch: **main** = groupsize 1024, `compat.no-act-order.safetensor` file
|
54 |
* Branch: **1024-latest** = groupsize 1024, `latest.no-act-order.safetensor` file
|
55 |
* Branch: **128-compat** = groupsize 128, `compat.no-act-order.safetensor` file
|
56 |
* Branch: **128-latest** = groupsize 128, `latest.no-act-order.safetensor` file
|
|
|
|
|
57 |
|
58 |
## How to easily download and run the 1024g compat model in text-generation-webui
|
59 |
|
|
|
48 |
|
49 |
## HOW TO CHOOSE YOUR MODEL
|
50 |
|
51 |
+
I have used branches to separate the models. This means you can clone the branch you want and not got model files you don't need.
|
52 |
|
53 |
* Branch: **main** = groupsize 1024, `compat.no-act-order.safetensor` file
|
54 |
* Branch: **1024-latest** = groupsize 1024, `latest.no-act-order.safetensor` file
|
55 |
* Branch: **128-compat** = groupsize 128, `compat.no-act-order.safetensor` file
|
56 |
* Branch: **128-latest** = groupsize 128, `latest.no-act-order.safetensor` file
|
57 |
+
|
58 |
+
![branches](https://i.imgur.com/PdiHnLxm.png)
|
59 |
|
60 |
## How to easily download and run the 1024g compat model in text-generation-webui
|
61 |
|