TheBloke commited on
Commit
4bf8036
1 Parent(s): 43bbcdf

Update README.md

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