Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ git clone https://github.com/qwopqwop200/GPTQ-for-LLaMa
|
|
73 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
74 |
```
|
75 |
cd text-generation-webui
|
76 |
-
python server.py --model
|
77 |
```
|
78 |
|
79 |
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.
|
|
|
73 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
74 |
```
|
75 |
cd text-generation-webui
|
76 |
+
python server.py --model wizardLM-7B-GPTQ --wbits 4 --groupsize 128 --model_type Llama # add any other command line args you want
|
77 |
```
|
78 |
|
79 |
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.
|