rhasspy / wyoming-openwakeword

Wyoming protocol server for openWakeWord wake word detection system
MIT License
83 stars 23 forks source link

Depend on tflite-runtime instead of tflite-runtime-nightly #20

Closed j5bart closed 1 week ago

j5bart commented 2 months ago

Depending on tflite-runtime-nightly is causing issues such as #19 This is resulting in errors with wyoming-satellite installer as well (eg. https://github.com/rhasspy/wyoming-satellite/issues/157)

Hopefully this change should resolve all of these.

bilbs84 commented 1 month ago

Waiting on this too

tannisroot commented 1 week ago

For me the non-nightly version was consistently crashing after some time.

synesthesiam commented 1 week ago

We'll try this and see how it does. Tensorflow is always such a mess to depend on.

tannisroot commented 1 week ago

We'll try this and see how it does. Tensorflow is always such a mess to depend on.

Me and several other users have tried the non-nightly version, and unfortunately the 2.13 version of tflite-runtime that bullseye has is very prone to crashing openwakeword, and for some reason the service never restarts. Ultimately I was only able to solve it by moving to bookworm, but my setup currently uses -nightly, for all I know non-nightly 2.14 that is provided to bookworm could also be crash prone.