Spaces:
Running
Running
Fatih
commited on
Commit
·
feb7d3c
1
Parent(s):
3eb9538
update torch, torchvision mmcv versions
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
-
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.
|
| 3 |
-
torch==1.
|
| 4 |
-
torchvision==0.
|
| 5 |
sahi==0.8.22
|
| 6 |
mmdet==2.20.0
|
| 7 |
-
mmcv-full==1.4.
|
| 8 |
streamlit
|
| 9 |
streamlit-image-comparison==0.0.2
|
|
|
|
| 1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
| 3 |
+
torch==1.10.0+cpu
|
| 4 |
+
torchvision==0.11.1+cpu
|
| 5 |
sahi==0.8.22
|
| 6 |
mmdet==2.20.0
|
| 7 |
+
mmcv-full==1.4.4
|
| 8 |
streamlit
|
| 9 |
streamlit-image-comparison==0.0.2
|