Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#17 from openvinotoolkit/torch_nightl…
Browse files Browse the repository at this point in the history
…y_remote_install

Remote install PyTorch nightly from the repo
  • Loading branch information
ynimmaga authored Aug 16, 2023
2 parents c5bf820 + 2a7e8e0 commit c640d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch-install.bat
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit c640d7a

Please sign in to comment.