Spaces:
Running
Running
fcakyon
commited on
Commit
•
17bd90f
1
Parent(s):
efaafa7
fix torchvision version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.8.0/index.html
|
3 |
torch==1.8.1+cpu
|
4 |
-
torchvision==0.9.
|
5 |
git+https://github.com/obss/sahi.git
|
6 |
mmdet==2.18.1
|
7 |
mmcv-full==1.3.17
|
|
|
1 |
-f https://download.pytorch.org/whl/torch_stable.html
|
2 |
-f https://download.openmmlab.com/mmcv/dist/cpu/torch1.8.0/index.html
|
3 |
torch==1.8.1+cpu
|
4 |
+
torchvision==0.9.1+cpu
|
5 |
git+https://github.com/obss/sahi.git
|
6 |
mmdet==2.18.1
|
7 |
mmcv-full==1.3.17
|