Remote install PyTorch nightly from the repo

This commit is contained in:
Cavus Mustafa 2023-08-16 11:06:55 -07:00
parent c5bf82016b
commit 2a7e8e0dbc

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.