mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-05-30 01:16:42 +02:00
Fix missing space in trt model prepare script (#17661)
This commit is contained in:
parent
7cfa818e63
commit
6cb5cfb0c9
@ -20,7 +20,7 @@ FIRST_MODEL=true
|
|||||||
MODEL_DOWNLOAD=""
|
MODEL_DOWNLOAD=""
|
||||||
MODEL_CONVERT=""
|
MODEL_CONVERT=""
|
||||||
|
|
||||||
if [ -z "$YOLO_MODELS"]; then
|
if [ -z "$YOLO_MODELS" ]; then
|
||||||
echo "tensorrt model preparation disabled"
|
echo "tensorrt model preparation disabled"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user