From eec3665845435b2f8a0dd169ba79ef0640ab4782 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:24:01 -0300 Subject: [PATCH] Add instructions for updating requirements --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a46805e3..a41190db 100644 --- a/README.md +++ b/README.md @@ -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 +### 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 Models should be placed inside the `models` folder.