runtime error
Exit code: 1. Reason: l_args) # type: ignore File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/outetts/models/gguf_model.py", line 9, in <module> from llama_cpp import Llama, llama_token_is_eog File "/usr/local/lib/python3.10/site-packages/llama_cpp/__init__.py", line 1, in <module> from .llama_cpp import * File "/usr/local/lib/python3.10/site-packages/llama_cpp/llama_cpp.py", line 43, in <module> _lib = load_shared_library(_lib_base_name, _base_path) File "/usr/local/lib/python3.10/site-packages/llama_cpp/_ctypes_extensions.py", line 69, in load_shared_library raise RuntimeError(f"Failed to load shared library '{lib_path}': {e}") RuntimeError: Failed to load shared library '/usr/local/lib/python3.10/site-packages/llama_cpp/lib/libllama.so': libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 4, in <module> import outetts File "/usr/local/lib/python3.10/site-packages/outetts/__init__.py", line 7, in <module> from .interface import Interface File "/usr/local/lib/python3.10/site-packages/outetts/interface.py", line 4, in <module> from .version.interface import ( File "/usr/local/lib/python3.10/site-packages/outetts/version/interface.py", line 10, in <module> from ..models.gguf_model import GGUFModel File "/usr/local/lib/python3.10/site-packages/outetts/models/gguf_model.py", line 15, in <module> raise ImportError( ImportError: llama.cpp Python bindings not found. This is required for GGUF model support. To install, please follow our installation guide: https://github.com/edwko/OuteTTS?tab=readme-ov-file#installation
Container logs:
Fetching error logs...