runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/speechbrain/utils/torch_audio_backend.py:57: UserWarning: torchaudio._backend.list_audio_backends has been deprecated. This deprecation is part of a large refactoring effort to transition TorchAudio into a maintenance phase. The decoding and encoding capabilities of PyTorch for both audio and video are being consolidated into TorchCodec. Please see https://github.com/pytorch/audio/issues/3902 for more information. It will be removed from the 2.9 release. available_backends = torchaudio.list_audio_backends() Traceback (most recent call last): File "/app/app.py", line 12, in <module> embedding_model = PretrainedSpeakerEmbedding( File "/usr/local/lib/python3.10/site-packages/pyannote/audio/pipelines/speaker_verification.py", line 762, in PretrainedSpeakerEmbedding return SpeechBrainPretrainedSpeakerEmbedding( File "/usr/local/lib/python3.10/site-packages/pyannote/audio/pipelines/speaker_verification.py", line 255, in __init__ self.classifier_ = SpeechBrain_EncoderClassifier.from_hparams( File "/usr/local/lib/python3.10/site-packages/speechbrain/inference/interfaces.py", line 477, in from_hparams hparams_local_path = fetch( File "/usr/local/lib/python3.10/site-packages/speechbrain/utils/fetching.py", line 387, in fetch fetched_file = huggingface_hub.hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) TypeError: hf_hub_download() got an unexpected keyword argument 'use_auth_token'

Container logs:

Fetching error logs...