hsshin98 commited on
Commit
e6f03f9
1 Parent(s): 4224fd6

requirement

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -7,7 +7,6 @@ imageio==2.4.1
7
  timm==0.8.3.dev0
8
  regex
9
  einops
10
- --find-links https://download.pytorch.org/whl/cu116
11
- torch==1.13.1+cu116
12
- torchvision==0.14.1+cu116
13
- torchaudio==0.13.1
 
7
  timm==0.8.3.dev0
8
  regex
9
  einops
10
+ torch==1.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116
11
+ torchvision==0.14.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116
12
+ torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116