Add --upgrade to pip

This commit is contained in:
oobabooga 2023-03-13 22:49:13 -03:00 committed by GitHub
parent 0a4d8a5cf6
commit 88b2520fda
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

@ -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