Skip to content

Commit 586c557

Browse files
committed
build(install): reorder install_yolox
1 parent 25fe2cb commit 586c557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/install_uv.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ install_yolox () {
221221
echo "Installing YOLOX (reference: https://github.com/Megvii-BaseDetection/YOLOX)"
222222
echo
223223

224-
uv sync --inexact --group=models-yolox
225-
226224
# clone
227225
if [ -z "$(ls -A ${MODELS_SOURCE_DIR}/yolox)" ]; then
228226
git clone https://github.com/Megvii-BaseDetection/yolox.git ${MODELS_SOURCE_DIR}/yolox
@@ -235,6 +233,7 @@ install_yolox () {
235233

236234
cd ${MODELS_SOURCE_DIR}/yolox
237235

236+
uv sync --inexact --group=models-yolox
238237
uv pip install --no-build-isolation .
239238

240239
# back to project root

0 commit comments

Comments
 (0)