Skip to content

Commit

Permalink
改变默认下载地址 提高国内下载速度 (Akegarasu#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangdou1 authored Apr 1, 2023
1 parent 7a5301a commit b3dd848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui-start.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ python -m venv .venv
call .venv\Scripts\activate.bat

echo "Install dependencies"
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
pip install --upgrade -r requirements.txt
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 -f https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html -i https://mirrors.bfsu.edu.cn/pypi/web/simple
pip install --upgrade -r requirements.txt -i https://mirrors.bfsu.edu.cn/pypi/web/simple
goto :run

:start
Expand Down

0 comments on commit b3dd848

Please sign in to comment.