Fix missing space in trt model prepare script

This commit is contained in:
Josh Hawkins 2025-04-11 17:07:46 -05:00
parent 7cfa818e63
commit 286dceefb8

View File

@ -20,7 +20,7 @@ FIRST_MODEL=true
MODEL_DOWNLOAD=""
MODEL_CONVERT=""
if [ -z "$YOLO_MODELS"]; then
if [ -z "$YOLO_MODELS" ]; then
echo "tensorrt model preparation disabled"
exit 0
fi