runtime error

Exit code: 1. Reason: with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "/app/server.py", line 162, in <module> device = torch.device(device_string) /app/server.py:162: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.) device = torch.device(device_string) Using torch device: cpu Initializing an image captioning model... /usr/local/lib/python3.11/site-packages/huggingface_hub/file_download.py:1142: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( Initializing a text summarization model... Initializing a sentiment classification pipeline... Initializing Silero TTS server /usr/local/lib/python3.11/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning) 2024-10-06 06:28:42.407 | INFO | silero_api_server.tts:__init__:33 - TTS Service loaded successfully 2024-10-06 06:28:42.408 | INFO | silero_api_server.tts:list_languages:149 - Loading remote language index Traceback (most recent call last): File "/app/server.py", line 248, in <module> tts_service = tts.SileroTtsService(SILERO_SAMPLES_PATH) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/silero_api_server/tts.py", line 42, in __init__ self.load_model(lang) File "/usr/local/lib/python3.11/site-packages/silero_api_server/tts.py", line 52, in load_model raise Exception(f"{lang_model} not in {list(self.langs.values())}") Exception: v3_en.pt not in []

Container logs:

Fetching error logs...