aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-03 01:01:58 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-03 01:01:58 +0300
commit0dca0db7ebeeb2e250bf0c443f1f5521846050a4 (patch)
treec305ede3ca6118261dc314e10115a0212edce674 /webui.bat
parent4cafad66d202433bc358d9c4b8291d593b6e4df8 (diff)
Update to support embedding with length greater than 1.
Diffstat (limited to 'webui.bat')
-rw-r--r--webui.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.bat b/webui.bat
index 681aa983..5dd1f09d 100644
--- a/webui.bat
+++ b/webui.bat
@@ -7,7 +7,7 @@ set VENV_DIR=venv
mkdir tmp 2>NUL
-set TORCH_COMMAND=pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
+set TORCH_COMMAND=pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
set REQS_FILE=requirements_versions.txt
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt