Update README.md
Browse files
README.md
CHANGED
@@ -20,17 +20,19 @@ This repo contains 4bit GPTQ models for GPU inference, quantised using [GPTQ-for
|
|
20 |
|
21 |
## How to easily download and use this model in text-generation-webui
|
22 |
|
23 |
-
|
24 |
|
25 |
1. Click the **Model tab**.
|
26 |
-
2. Under **Download custom model or LoRA**, enter
|
27 |
3. Click **Download**.
|
28 |
4. Wait until it says it's finished downloading.
|
29 |
-
5.
|
30 |
-
6.
|
31 |
-
7.
|
32 |
-
8.
|
33 |
-
9.
|
|
|
|
|
34 |
|
35 |
## GIBBERISH OUTPUT IN `text-generation-webui`?
|
36 |
|
|
|
20 |
|
21 |
## How to easily download and use this model in text-generation-webui
|
22 |
|
23 |
+
Open the text-generation-webui UI as normal.
|
24 |
|
25 |
1. Click the **Model tab**.
|
26 |
+
2. Under **Download custom model or LoRA**, enter `TheBloke/wizardLM-7B-GPTQ`.
|
27 |
3. Click **Download**.
|
28 |
4. Wait until it says it's finished downloading.
|
29 |
+
5. Click the **Refresh** icon next to **Model** in the top left.
|
30 |
+
6. In the **Model drop-down**: choose the model you just downloaded,`wizardLM-7B-GPTQg`.
|
31 |
+
7. If you see an error in the bottom right, ignore it - it's temporary.
|
32 |
+
8. Fill out the `GPTQ parameters` on the right: `Bits = 4`, `Groupsize = 128`, `model_type = Llama`
|
33 |
+
9. Click **Save settings for this model** in the top right.
|
34 |
+
10. Click **Reload the Model** in the top right.
|
35 |
+
11. Once it says it's loaded, click the **Text Generation tab** and enter a prompt!
|
36 |
|
37 |
## GIBBERISH OUTPUT IN `text-generation-webui`?
|
38 |
|