Spaces:
Build error
Build error
Commit
·
e21cc96
1
Parent(s):
3516513
"fix"
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
--find-links https://download.openmmlab.com/mmcv/dist/
|
2 |
mmcv==2.0.0
|
3 |
mmengine
|
4 |
mmsegmentation
|
5 |
gradio
|
6 |
-
torch==2.
|
7 |
-
torchvision==0.
|
8 |
numpy
|
9 |
Pillow
|
|
|
1 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.2.0/index.html
|
2 |
mmcv==2.0.0
|
3 |
mmengine
|
4 |
mmsegmentation
|
5 |
gradio
|
6 |
+
torch==2.2.2
|
7 |
+
torchvision==0.17.2
|
8 |
numpy
|
9 |
Pillow
|