Spaces:
Build error
Build error
Update requirements.txt
#2
by
Jingkang
- opened
- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python==3.8
|
2 |
+
torch==1.7.0
|
3 |
+
torchvision==0.8.0
|
4 |
+
torchaudio==0.7.0
|
5 |
+
cudatoolkit==10.1
|
6 |
+
mmcv==2.0.0
|
7 |
+
-e segment_anything
|