Update torch-install.bat

This commit is contained in:
Qiacheng Li 2023-09-29 14:15:35 -07:00 committed by GitHub
parent c371db56e7
commit 935d428248
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 --pre torch==2.1.0.dev20230726+cpu torchvision==0.16.0.dev20230726+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html && exit"
start /wait cmd /k "%cd%\venv\Scripts\activate && pip install --pre torch==2.1.0.dev20230816+cpu torchvision==0.16.0.dev20230816+cpu -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html && exit"
echo torch 2.1.0 dev installation completed.