runtime error
Exit code: 1. Reason: /home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/pyannote/audio/core/io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call. torchaudio.set_audio_backend("soundfile") Could not download 'pyannote/speaker-diarization-3.1' pipeline. It might be because the pipeline is private or gated so make sure to authenticate. Visit https://hf.co/settings/tokens to create your access token and retry with: >>> Pipeline.from_pretrained('pyannote/speaker-diarization-3.1', ... use_auth_token=YOUR_AUTH_TOKEN) If this still does not work, it might be because the pipeline is gated: visit https://hf.co/pyannote/speaker-diarization-3.1 to accept the user conditions. Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> diarization_pipeline.to(torch.device("cuda")) AttributeError: 'NoneType' object has no attribute 'to'
Container logs:
Fetching error logs...