Spaces:
Paused
Paused
Gaurav Yadav
commited on
Update torchserve_setup.sh
Browse files- torchserve_setup.sh +1 -1
torchserve_setup.sh
CHANGED
|
@@ -29,7 +29,7 @@ pip install torchserve
|
|
| 29 |
git clone https://github.com/jin-s13/xtcocoapi.git
|
| 30 |
cd xtcocoapi
|
| 31 |
pip install -r requirements.txt
|
| 32 |
-
|
| 33 |
cd /
|
| 34 |
|
| 35 |
pip install mmpose==0.29.0
|
|
|
|
| 29 |
git clone https://github.com/jin-s13/xtcocoapi.git
|
| 30 |
cd xtcocoapi
|
| 31 |
pip install -r requirements.txt
|
| 32 |
+
pip install -e .
|
| 33 |
cd /
|
| 34 |
|
| 35 |
pip install mmpose==0.29.0
|