Alexandre
2024-12-10 14:39:07 +01:00
committed by GitHub
parent 014da9ef4f
commit 9ea8b7ee6c

View File

@@ -3,7 +3,7 @@
set -e
# Compensate for old cpu without avx2
if lscpu | grep -q avx2; then
if ! lscpu | grep -q avx2; then
bashio::log.warning "NON SUPPORTED CPU DETECTED"
bashio::log.warning "Your cpu doesn't support avx2, the analyzer service will likely won't work"
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"