TheBloke commited on
Commit
0091d6b
1 Parent(s): 2180bec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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
- Load text-generation-webui as you normally do.
24
 
25
  1. Click the **Model tab**.
26
- 2. Under **Download custom model or LoRA**, enter this repo name: `TheBloke/wizardLM-7B-GPTQ`.
27
  3. Click **Download**.
28
  4. Wait until it says it's finished downloading.
29
- 5. As this is a GPTQ model, fill in the `GPTQ parameters` on the right: `Bits = 4`, `Groupsize = 128`, `model_type = Llama`
30
- 6. Now click the **Refresh** icon next to **Model** in the top left.
31
- 7. In the **Model drop-down**: choose this model: `wizardLM-7B-GPTQ`.
32
- 8. Click **Reload the Model** in the top right.
33
- 9. Once it says it's loaded, click the **Text Generation tab** and enter a prompt!
 
 
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