TheBloke commited on
Commit
23524f6
1 Parent(s): 484ddb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,11 +79,11 @@ pip install . # This step requires CUDA toolkit installed
79
 
80
  1. Launch text-generation-webui with the following command-line arguments: `--autogptq --trust_remote_code`
81
  2. Click the **Model tab**.
82
- 3. Under **Download custom model or LoRA**, enter `TheBloke/falcon-7B-instruct-GPTQ`.
83
  4. Click **Download**.
84
  5. Wait until it says it's finished downloading.
85
  6. Click the **Refresh** icon next to **Model** in the top left.
86
- 7. In the **Model drop-down**: choose the model you just downloaded, `falcon-7B-instruct-GPTQ`.
87
  8. Once it says it's loaded, click the **Text Generation tab** and enter a prompt!
88
 
89
  ## About `trust_remote_code`
 
79
 
80
  1. Launch text-generation-webui with the following command-line arguments: `--autogptq --trust_remote_code`
81
  2. Click the **Model tab**.
82
+ 3. Under **Download custom model or LoRA**, enter `TheBloke/falcon-40B-instruct-GPTQ`.
83
  4. Click **Download**.
84
  5. Wait until it says it's finished downloading.
85
  6. Click the **Refresh** icon next to **Model** in the top left.
86
+ 7. In the **Model drop-down**: choose the model you just downloaded, `falcon-40B-instruct-GPTQ`.
87
  8. Once it says it's loaded, click the **Text Generation tab** and enter a prompt!
88
 
89
  ## About `trust_remote_code`