OpenVoiceOS / ovos-ww-plugin-openWakeWord

Apache License 2.0
1 stars 3 forks source link

Add config item to specify inference framework. #5

Closed madgrizzle closed 9 months ago

madgrizzle commented 1 year ago

openwakeword now allows you to select between inference frameworks (onnx or tflite). tflite is the default so onnx won't work as is. I'm making a PR to add 'inference_framework' as a config item.

j1nx commented 9 months ago

Hi there, perhaps any news on this item?

It might save me from runing into thesame error as indeed tflite is now the default inference framework.

dscripka commented 9 months ago

This is fixed in the latest 0.4.0 release, you can now include inference_framework as a config item to specify either onnx or tflite manually.