JeffLiang commited on
Commit
3d46d62
1 Parent(s): b03fb1a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -13,9 +13,8 @@ regex
13
  tqdm
14
  gdown
15
  # Torch
16
- --extra-index-url https://download.pytorch.org/whl/cu113
17
- torch==1.10.1+cu113
18
- torchvision==0.11.2+cu113
19
 
20
  # Detectron
21
  --find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
 
13
  tqdm
14
  gdown
15
  # Torch
16
+ torch==1.10.1+cu113 -f https://download.pytorch.org/whl/torch/
17
+ torchvision==0.11.2+cu113 -f https://download.pytorch.org/whl/torchvision/
 
18
 
19
  # Detectron
20
  --find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html