Spaces:
Runtime error
Runtime error
Test
Browse files- install.sh +4 -4
install.sh
CHANGED
|
@@ -27,7 +27,7 @@ pip install --no-cache-dir -U openmim
|
|
| 27 |
# Mim uses ~/.cache/mim by default for cache, but hugging face only allows to use /home/user/app, so we use little hack
|
| 28 |
export HOME=/home/user/app
|
| 29 |
|
| 30 |
-
mim install mmengine
|
| 31 |
-
mim install "mmcv==2.1.0"
|
| 32 |
-
mim install "mmdet==3.1.0"
|
| 33 |
-
mim install "mmpose==1.1.0"
|
|
|
|
| 27 |
# Mim uses ~/.cache/mim by default for cache, but hugging face only allows to use /home/user/app, so we use little hack
|
| 28 |
export HOME=/home/user/app
|
| 29 |
|
| 30 |
+
#mim install mmengine
|
| 31 |
+
#mim install "mmcv==2.1.0"
|
| 32 |
+
#mim install "mmdet==3.1.0"
|
| 33 |
+
#mim install "mmpose==1.1.0"
|