From e469075d4450bb73458671e8e42c60a203b6a908 Mon Sep 17 00:00:00 2001 From: Sameer Sheorey <41028320+ssheorey@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:17:02 -0700 Subject: [PATCH] Update PyTorch CPU wheel index URL --- requirements-torch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-torch.txt b/requirements-torch.txt index c93fedb0f..645f46d7c 100644 --- a/requirements-torch.txt +++ b/requirements-torch.txt @@ -1,4 +1,4 @@ ---extra-index-url https://download.pytorch.org/whl/torch/ +--extra-index-url https://download.pytorch.org/whl/cpu/ torch==1.12.0+cpu ; sys_platform != 'darwin' torchvision==0.13.0+cpu ; sys_platform != 'darwin' torch==1.12.0 ; sys_platform == 'darwin'