Merge pull request #17 from openvinotoolkit/torch_nightly_remote_install

Remote install PyTorch nightly from the repo
This commit is contained in:
Yamini Nimmagadda 2023-08-16 11:22:14 -07:00 committed by GitHub
commit c640d7a04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.