From 88b2520fdadb64bc7b23da0b9b9b56b39a5a164b Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:49:13 -0300 Subject: [PATCH] Add --upgrade to pip --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 85a96ef9..963c1ce2 100644 --- a/install.bat +++ b/install.bat @@ -80,7 +80,7 @@ if exist text-generation-webui\ ( git clone https://github.com/oobabooga/text-generation-webui.git cd text-generation-webui ) -call python -m pip install -r requirements.txt +call python -m pip install -r requirements.txt --upgrade call python -m pip install -r extensions\google_translate\requirements.txt call python -m pip install -r extensions\silero_tts\requirements.txt