runtime error

Exit code: 3. Reason: n.utils.parameter_transfer:Loading pretrained files for: embedding_model, mean_var_norm_emb, classifier, label_encoder INFO:root:Models loaded successfully. INFO:root:Pre-caching speaker embeddings... ERROR:root:Could not process audio file 1.wav. Error: TorchCodec is required for load_with_torchcodec. Please install torchcodec to use this function. ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/torchaudio/_torchcodec.py", line 82, in load_with_torchcodec from torchcodec.decoders import AudioDecoder ModuleNotFoundError: No module named 'torchcodec' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 92, in get_speaker_embedding audio, sr = torchaudio.load(wav_file_path) File "/usr/local/lib/python3.10/site-packages/torchaudio/__init__.py", line 86, in load return load_with_torchcodec( File "/usr/local/lib/python3.10/site-packages/torchaudio/_torchcodec.py", line 84, in load_with_torchcodec raise ImportError( ImportError: TorchCodec is required for load_with_torchcodec. Please install torchcodec to use this function. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/starlette/routing.py", line 638, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 241, in __aenter__ await self._router._startup() File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 4884, in _startup await handler() File "/app/app.py", line 76, in startup_event get_speaker_embedding(voice_file) File "/app/app.py", line 108, in get_speaker_embedding raise HTTPException(status_code=500, detail=f"Failed to process reference audio: {wav_file_path}") fastapi.exceptions.HTTPException: 500: Failed to process reference audio: 1.wav ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...