Spaces:
Sleeping
Sleeping
stevengrove
commited on
Commit
•
a084a37
1
Parent(s):
4e42a6b
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
--index-url https://download.pytorch.org/whl/cu118
|
2 |
-
|
3 |
-
--index-url https://download.pytorch.org/whl/cu118
|
4 |
-
torchvision==0.15.2
|
5 |
openmim
|
6 |
mmcv>=2.0.0rc4,<2.1.0
|
7 |
mmdet>=3.0.0
|
|
|
1 |
+
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
3 |
openmim
|
4 |
mmcv>=2.0.0rc4,<2.1.0
|
5 |
mmdet>=3.0.0
|