We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fe2cb commit 586c557Copy full SHA for 586c557
scripts/install_uv.sh
@@ -221,8 +221,6 @@ install_yolox () {
221
echo "Installing YOLOX (reference: https://github.com/Megvii-BaseDetection/YOLOX)"
222
echo
223
224
- uv sync --inexact --group=models-yolox
225
-
226
# clone
227
if [ -z "$(ls -A ${MODELS_SOURCE_DIR}/yolox)" ]; then
228
git clone https://github.com/Megvii-BaseDetection/yolox.git ${MODELS_SOURCE_DIR}/yolox
@@ -235,6 +233,7 @@ install_yolox () {
235
233
236
234
cd ${MODELS_SOURCE_DIR}/yolox
237
+ uv sync --inexact --group=models-yolox
238
uv pip install --no-build-isolation .
239
240
# back to project root
0 commit comments