From 8c8286b0e6ff291dc431ef92e12a794a303071f3 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:49:40 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26e5bfcc..e3f8485f 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * [DeepSpeed ZeRO-3 offload](https://github.com/oobabooga/text-generation-webui/wiki/DeepSpeed). * 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. * [LLaMA model, including 4-bit mode](https://github.com/oobabooga/text-generation-webui/wiki/LLaMA-model). -* [LoRAs](https://github.com/oobabooga/text-generation-webui/wiki/Using-LoRAs). * [RWKV model](https://github.com/oobabooga/text-generation-webui/wiki/RWKV-model). -* Softprompts. -* [Extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions). +* [Supports LoRAs](https://github.com/oobabooga/text-generation-webui/wiki/Using-LoRAs). +* Supports softprompts. +* [Supports extensions](https://github.com/oobabooga/text-generation-webui/wiki/Extensions). * [Works on Google Colab](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab). ## Installation