mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-13 17:45:06 +03:00
Update torch-install.bat
This commit is contained in:
parent
5c3f296934
commit
89bdaa996c
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
|
||||
start /wait cmd /k "%cd%\venv\Scripts\activate && pip --pre install torch==2.1.0.dev20230713+cpu torchvision==0.16.0.dev20230713+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html && exit"
|
||||
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install --pre torch==2.1.0.dev20230713+cpu torchvision==0.16.0.dev20230713+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html && exit"
|
||||
|
||||
echo torch 2.1.0 dev installation completed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user