hsshin98
commited on
Commit
•
603496a
1
Parent(s):
dc8dfa3
requirement
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ imageio==2.4.1
|
|
7 |
timm==0.8.3.dev0
|
8 |
regex
|
9 |
einops
|
10 |
-
torch==1.13.
|
11 |
-
torchvision==0.14.
|
12 |
-
torchaudio==0.13.
|
13 |
-
--extra-index-url https://download.pytorch.org/whl/
|
|
|
7 |
timm==0.8.3.dev0
|
8 |
regex
|
9 |
einops
|
10 |
+
torch==1.13.0+cpu
|
11 |
+
torchvision==0.14.0+cpu
|
12 |
+
torchaudio==0.13.0
|
13 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|