TheBloke commited on
Commit
9847327
1 Parent(s): 4e356c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-13B-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.
 
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.