Spaces:
Runtime error
Runtime error
yizhangliu
commited on
Commit
•
dfffe0c
1
Parent(s):
efc7a78
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -15,8 +15,11 @@ setuptools
|
|
15 |
supervision
|
16 |
termcolor
|
17 |
timm
|
18 |
-
torch==2.0.0
|
19 |
-
torchvision==0.15.1
|
|
|
|
|
|
|
20 |
|
21 |
gevent
|
22 |
yapf
|
|
|
15 |
supervision
|
16 |
termcolor
|
17 |
timm
|
18 |
+
# torch==2.0.0
|
19 |
+
# torchvision==0.15.1
|
20 |
+
|
21 |
+
torch
|
22 |
+
torchvision
|
23 |
|
24 |
gevent
|
25 |
yapf
|