Skip to content

Commit cdfa787

Browse files
committed
Update README
1 parent 3bda907 commit cdfa787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.
2828
* [DeepSpeed ZeRO-3 offload](https://github.com/oobabooga/text-generation-webui/wiki/DeepSpeed).
2929
* Get responses via API, [with](https://github.com/oobabooga/text-generation-webui/blob/main/api-example-streaming.py) or [without](https://github.com/oobabooga/text-generation-webui/blob/main/api-example.py) streaming.
3030
* [Supports the LLaMA model, including 4-bit mode](https://github.com/oobabooga/text-generation-webui/wiki/LLaMA-model).
31+
* [Supports LoRAs](https://github.com/oobabooga/text-generation-webui/wiki/Using-LoRAs).
3132
* [Supports the RWKV model](https://github.com/oobabooga/text-generation-webui/wiki/RWKV-model).
3233
* Supports softprompts.
3334
* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions).
@@ -138,6 +139,7 @@ Optionally, you can use the following command-line flags:
138139
|-------------|-------------|
139140
| `-h`, `--help` | show this help message and exit |
140141
| `--model MODEL` | Name of the model to load by default. |
142+
| `--lora LORA` | Name of the LoRA to apply to the model by default. |
141143
| `--notebook` | Launch the web UI in notebook mode, where the output is written to the same text box as the input. |
142144
| `--chat` | Launch the web UI in chat mode.|
143145
| `--cai-chat` | Launch the web UI in chat mode with a style similar to Character.AI's. If the file `img_bot.png` or `img_bot.jpg` exists in the same folder as server.py, this image will be used as the bot's profile picture. Similarly, `img_me.png` or `img_me.jpg` will be used as your profile picture. |

0 commit comments

Comments
 (0)