Add instructions for updating requirements

This commit is contained in:
oobabooga 2023-04-06 13:24:01 -03:00 committed by GitHub
parent 03cb44fc8c
commit eec3665845
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,15 @@ As an alternative to the recommended WSL method, you can install the web UI nati
https://github.com/oobabooga/text-generation-webui/issues/174, https://github.com/oobabooga/text-generation-webui/issues/87 https://github.com/oobabooga/text-generation-webui/issues/174, https://github.com/oobabooga/text-generation-webui/issues/87
### Updating the requirements
From time to time, the `requirements.txt` changes. To update, use this command:
```
conda activate textgen
cd text-generation-webui
pip install -r requirements.txt --upgrade
```
## Downloading models ## Downloading models
Models should be placed inside the `models` folder. Models should be placed inside the `models` folder.