5-07-25 22:35:16,629 - ERROR livekit.agents - erro...
# ask-ai
f
2025-07-25 223516,629 - ERROR livekit.agents - error initializing inference runner Traceback (most recent call last): File "/home/raffo/Projects/mm-ai-backend/venv/lib/python3.12/site-packages/livekit/agents/ipc/inference_proc_lazy_main.py", line 82, in initialize runner.initialize() File "/home/raffo/Projects/mm-ai-backend/venv/lib/python3.12/site-packages/livekit/plugins/turn_detector/base.py", line 99, in initialize raise RuntimeError( RuntimeError: livekit-plugins-turn-detector initialization failed. Could not find model livekit/turn-detector with revision v0.2.0-intl. {"runner": "lk_end_of_utterance_multilingual", "pid": 51922, "inference": true}
t
Thanks for reaching out, muse. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
The error indicates that the turn detector model files are not downloaded locally. To resolve this issue, please follow these steps: 1. Run the following command to download the required model files:
python my_agent.py download-files
2. Ensure that you are using the correct model revision. The error mentions revision
v0.2.0-intl
, but the latest revisions are: ◦ English model:
v1.2.2-en
◦ Multilingual model:
v0.3.0-intl
If the issue persists after downloading the files, consider updating to the latest version of the turn detector plugin. Sources: uv.lock