Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ ln -s GPTQ-for-LLaMa text-generation-webui/repositories/GPTQ-for-LLaMa
|
|
69 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
70 |
```
|
71 |
cd text-generation-webui
|
72 |
-
python server.py --model koala-
|
73 |
```
|
74 |
|
75 |
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.
|
|
|
69 |
Then install this model into `text-generation-webui/models` and launch the UI as follows:
|
70 |
```
|
71 |
cd text-generation-webui
|
72 |
+
python server.py --model koala-7B-GPTQ-4bit-128g --wbits 4 --groupsize 128 --model_type Llama # add any other command line args you want
|
73 |
```
|
74 |
|
75 |
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.
|