Fix missing space in trt model prepare script (#17661)

This commit is contained in:
Josh Hawkins 2025-04-11 17:23:13 -05:00 committed by GitHub
parent 7cfa818e63
commit 6cb5cfb0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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