Fix CPU model path in basic config (model now downloaded at root of filesystem)

pull/2758/head
Rémi Bédard-Couture 1 year ago
parent 932b69a8c4
commit 2820075191
  1. 2
      install/frigate-install.sh

@ -80,7 +80,7 @@ cat <<EOF >/config/config.yml
mqtt:
enabled: false
model:
path: /root/cpu_model.tflite
path: /cpu_model.tflite
cameras:
test:
ffmpeg:

Loading…
Cancel
Save