TheBloke commited on
Commit
e9e7d2c
1 Parent(s): fdc9906

Update README.md

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