Add extensions guide

This commit is contained in:
oobabooga 2023-01-30 09:44:57 -03:00 committed by GitHub
parent dfbca86533
commit 239f96a9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.
* Split large models across your GPU(s), CPU, and disk. * Split large models across your GPU(s), CPU, and disk.
* CPU mode. * CPU mode.
* Get responses via API. * Get responses via API.
* Support for extensions ([guide](https://github.com/oobabooga/text-generation-webui/wiki/Extensions))
* Works on Google Colab ([see the full guide](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab)). * Works on Google Colab ([see the full guide](https://github.com/oobabooga/text-generation-webui/wiki/Running-on-Colab)).
## Installation ## Installation