hsshin98
commited on
Commit
•
e6f03f9
1
Parent(s):
4224fd6
requirement
Browse files- 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 |
-
--
|
11 |
-
|
12 |
-
|
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
|
|