-
Notifications
You must be signed in to change notification settings - Fork 982
Description
Tested versions
pyannote.audio 4.0.3
python 3.11
System information
Linux pyannote.audio 4.0.3 cuda12.8
Issue description
Traceback (most recent call last):
File "/root/service/whisper-stt/app_community.py", line 136, in transcribe
output = self.diarization_pipeline(audio_path, num_speakers=5)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/anaconda3/envs/whisper-stt-community/lib/python3.11/site-packages/pyannote/audio/core/pipeline.py", line 478, in call
return self.apply(file, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/anaconda3/envs/whisper-stt-community/lib/python3.11/site-packages/pyannote/audio/pipelines/pyannoteai/sdk.py", line 124, in apply
job_output = self._client.retrieve(job_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/anaconda3/envs/whisper-stt-community/lib/python3.11/site-packages/pyannoteai/sdk/client.py", line 583, in retrieve
raise PyannoteAIFailedJob(error, job_id)
pyannoteai.sdk.client.PyannoteAIFailedJob: ('An error occurred while processing the audio.', '3fe4ba02-b146-45e0-8fce-efa1ecfee7f2')
Minimal reproduction example (MRE)
pyannote.audio 4.0.3