-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addon crash after fresh install #1685
Comments
Hi, thanks. I can't replicate, could you please try to use 1 in the ALSA_CARD option? It is not normal that it detects it as null ; it would help me understand why you see this. Thanks! |
thanks for reply, change ALSA to 1 in configuration of addon (not in config.yaml) logs:
|
Dear @tphakala is there a specific requirement for cpu running birdnet-go? It seems to run in a SIGILL illegal instruction on some startups? I'm asking as for example birdnet-pi tflite requires avx2, otherwise tensorflow itself needs to be installed. I'm wondering if there is such a specificity for birdnet-go. Thanks! |
Actually, I see avx2 is required. Can't a similar code be adapted to go to have tensorflow instead? hassio-addons/birdnet-pi/rootfs/etc/cont-init.d/01-oldcpu.sh Lines 6 to 12 in c58f724
|
BirdNET-Go itself doesn't require AVX2, but the TensorFlow Lite C API 2.17 I provide has been compiled with a minimum CPU requirement of Intel Haswell generation, which adds an AVX2 requirement. The older 2.14 version is compatible with older systems but does not support the XNNPACK delegate for AI inference acceleration. |
Thanks for the very fast answer ; then I'll embed an error system in the addon to prevent running on non-avx2 system |
I can make few tests to see if AVX2 support adds any real benefits, I don't want to exclude old hardware without significant gains for newer systems. I'll chime in here later. |
I updated tensorflow lite library to 2.17.1 and compiled this version without AVX2 requirement, ghcr.io/tphakala/birdnet-go:dev image is updated to include this new library. |
Thanks very much! I'm rebuilding the add-on with this version |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
fresh install of HA and also fresh install of addon
no any configuration in file, only add stream rstp to configuration in addon
Reproduction steps
fresh install, no additional configuration in file, only install and add stream rstp
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: