hsshin98
commited on
Commit
•
0a62bbc
1
Parent(s):
ceb4f40
requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ imageio==2.4.1
|
|
7 |
timm==0.8.3.dev0
|
8 |
regex
|
9 |
einops
|
|
|
10 |
torch==1.13.1+cu116
|
11 |
torchvision==0.14.1+cu116
|
12 |
torchaudio==0.13.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
|