diff --git a/torch-install.bat b/torch-install.bat index b3e3f6a3..080ed2d4 100644 --- a/torch-install.bat +++ b/torch-install.bat @@ -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.