Skip to content

Commit

Permalink
Update PyTorch CPU wheel index URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey authored Oct 15, 2022
1 parent 761df64 commit e469075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-torch.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e469075

Please sign in to comment.