Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa
|
|
89 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
90 |
```
|
91 |
cd text-generation-webui
|
92 |
-
python server.py --model
|
93 |
```
|
94 |
|
95 |
The above commands assume you have installed all dependencies for GPTQ-for-LLaMa and text-generation-webui. Please see their respective repositories for further information.
|
|
|
89 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
90 |
```
|
91 |
cd text-generation-webui
|
92 |
+
python server.py --model alpaca-lora-65B-GPTQ-4bit --wbits 4 --groupsize 128 --model_type Llama # add any other command line args you want
|
93 |
```
|
94 |
|
95 |
The above commands assume you have installed all dependencies for GPTQ-for-LLaMa and text-generation-webui. Please see their respective repositories for further information.
|