Skip to content

Commit 0fa372f

Browse files
committed
build: clean-up install script
1 parent 148736a commit 0fa372f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/install.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ install_detectron2 () {
242242
elif [[ "${PACKAGE_MANAGER}" == "uv" ]]; then
243243
cd "${COMPRESSAI_VISION_ROOT_DIR}"
244244
uv sync --inexact --group=models-detectron2
245-
cd "${MODELS_SOURCE_DIR}/detectron2"
246-
# "${PIP[@]}" install --no-build-isolation .
247245
fi
248246

249247
cd "${COMPRESSAI_VISION_ROOT_DIR}"
@@ -319,8 +317,6 @@ install_jde () {
319317
elif [[ "${PACKAGE_MANAGER}" == "uv" ]]; then
320318
cd "${COMPRESSAI_VISION_ROOT_DIR}"
321319
uv sync --inexact --group=models-jde
322-
cd "${MODELS_SOURCE_DIR}/Towards-Realtime-MOT"
323-
# "${PIP[@]}" install --no-build-isolation .
324320
fi
325321

326322
cd "${COMPRESSAI_VISION_ROOT_DIR}"
@@ -356,8 +352,6 @@ install_yolox () {
356352
elif [[ "${PACKAGE_MANAGER}" == "uv" ]]; then
357353
cd "${COMPRESSAI_VISION_ROOT_DIR}"
358354
uv sync --inexact --group=models-yolox
359-
cd "${MODELS_SOURCE_DIR}/yolox"
360-
# "${PIP[@]}" install --no-build-isolation .
361355
fi
362356

363357
cd "${COMPRESSAI_VISION_ROOT_DIR}"
@@ -397,8 +391,6 @@ install_mmpose () {
397391
elif [[ "${PACKAGE_MANAGER}" == "uv" ]]; then
398392
cd "${COMPRESSAI_VISION_ROOT_DIR}"
399393
uv sync --inexact --group=models-mmpose
400-
cd "${MODELS_SOURCE_DIR}/mmpose"
401-
# "${PIP[@]}" install --no-build-isolation .
402394
fi
403395

404396
"${MIM[@]}" install "mmcv==2.0.1"

0 commit comments

Comments
 (0)