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 fb07064 commit a3ff42bCopy full SHA for a3ff42b
install/frigate-install.sh
@@ -104,8 +104,8 @@ fi
104
echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab
105
msg_ok "Installed Frigate $RELEASE"
106
107
-if grep -q -o -m1 'avx[^ ]*' /proc/cpuinfo; then
108
- msg_ok "AVX Support Detected"
+if grep -q -o -m1 -E 'avx[^ ]* | sse4_2' /proc/cpuinfo; then
+ msg_ok "AVX or SSE 4.2 Support Detected"
109
msg_info "Installing Openvino Object Detection Model (Resilience)"
110
$STD pip install -r /opt/frigate/docker/main/requirements-ov.txt
111
cd /opt/frigate/models
0 commit comments