aboutsummaryrefslogtreecommitdiffstats
path: root/webui.bat
diff options
context:
space:
mode:
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