mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 06:28:12 +03:00
Remote install PyTorch nightly from the repo
This commit is contained in:
parent
c5bf82016b
commit
2a7e8e0dbc
@ -1,7 +1,7 @@
|
||||
@echo off
|
||||
|
||||
|
||||
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install %cd%\torch-2.1.0.dev20230713+cpu-cp310-cp310-win_amd64.whl && exit"
|
||||
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install torch==2.1.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