From 935d428248d256e26038ebe4630052a45d3175c1 Mon Sep 17 00:00:00 2001 From: Qiacheng Li Date: Fri, 29 Sep 2023 14:15:35 -0700 Subject: [PATCH] Update torch-install.bat --- torch-install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch-install.bat b/torch-install.bat index 9a7c7b08..bc2f223f 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 --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.