Skip to content
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

Unknown model name: ok_nabu_v0.1 on docker/podman #5

Open
nerijus opened this issue Dec 24, 2024 · 1 comment
Open

Unknown model name: ok_nabu_v0.1 on docker/podman #5

nerijus opened this issue Dec 24, 2024 · 1 comment

Comments

@nerijus
Copy link

nerijus commented Dec 24, 2024

I tried to run like this:

-p 10400:10400 docker.io/rhasspy/wyoming-microwakeword:latest --uri tcp://192.168.1.10:10400

and I got output:

microwakeword[3820250]: 2024-12-22 13:15:54.516461: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
microwakeword[3820250]: INFO:root:Ready
microwakeword[3820250]: WARNING:root:Unknown model name: ok_nabu_v0.1
microwakeword[3820250]: INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
microwakeword[3820250]: WARNING:root:Unknown model name: ok_nabu_v0.1

Inside container there are files:

ls -l /usr/src/.venv/lib/python3.11/site-packages/pymicro_wakeword/models               
total 244
-rw-r--r-- 1 root root   377 Oct 11 01:06 alexa.json
-rw-r--r-- 1 root root 55856 Oct 11 01:06 alexa.tflite
-rw-r--r-- 1 root root   388 Oct 11 01:06 hey_jarvis.json
-rw-r--r-- 1 root root 52272 Oct 11 01:06 hey_jarvis.tflite
-rw-r--r-- 1 root root   390 Oct 11 01:06 hey_mycroft.json
-rw-r--r-- 1 root root 57248 Oct 11 01:06 hey_mycroft.tflite
-rw-r--r-- 1 root root   386 Oct 11 01:06 okay_nabu.json
-rw-r--r-- 1 root root 60264 Oct 11 01:06 okay_nabu.tflite

I tried to add okay_nabu_v0.1.json and okay_nabu_v0.1.tflite files in /usr/src/.venv/lib/python3.11/site-packages/pymicro_wakeword/models, but it did not help.

@nerijus
Copy link
Author

nerijus commented Dec 24, 2024

Added files ok_nabu_v0.1.json and ok_nabu_v0.1.tflite, still the same warning - WARNING:root:Unknown model name: ok_nabu_v0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant