From d6e8d85e30443510b83ad3dc0e8b28e366391e1e Mon Sep 17 00:00:00 2001 From: benbot Date: Wed, 21 Sep 2022 08:03:15 -0400 Subject: removed TORCH_COMMAND section from webui.sh and added correct torchvision version to default torch install command --- webui.sh | 6 ------ 1 file changed, 6 deletions(-) mode change 100644 => 100755 webui.sh (limited to 'webui.sh') diff --git a/webui.sh b/webui.sh old mode 100644 new mode 100755 index cb00f832..4534f149 --- a/webui.sh +++ b/webui.sh @@ -41,12 +41,6 @@ then venv_dir="venv" fi -# install command for torch -if [[ -z "${TORCH_COMMAND}" ]] -then - export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113" -fi - # Do not reinstall existing pip packages on Debian/Ubuntu export PIP_IGNORE_INSTALLED=0 -- cgit v1.2.1