mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Inverse logic
https://github.com/Nachtzuster/BirdNET-Pi/issues/251#issuecomment-2531452580
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Compensate for old cpu without avx2
|
# 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 "NON SUPPORTED CPU DETECTED"
|
||||||
bashio::log.warning "Your cpu doesn't support avx2, the analyzer service will likely won't work"
|
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"
|
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
|
||||||
|
|||||||
Reference in New Issue
Block a user