yizhangliu
commited on
Commit
·
cb7b2b8
1
Parent(s):
b36fbf9
update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -16,8 +16,11 @@ supervision
|
|
16 |
termcolor
|
17 |
timm
|
18 |
|
19 |
-
torch==2.2.1
|
20 |
-
torchvision==0.17.1
|
|
|
|
|
|
|
21 |
|
22 |
gevent
|
23 |
yapf
|
|
|
16 |
termcolor
|
17 |
timm
|
18 |
|
19 |
+
# torch==2.2.1
|
20 |
+
# torchvision==0.17.1
|
21 |
+
|
22 |
+
torch==2.0.0
|
23 |
+
torchvision==0.15.1
|
24 |
|
25 |
gevent
|
26 |
yapf
|