What happened
Getting error on diarization step, after successful transcribation.
Command / how you invoked it
./scripts/transcribe.sh '/path/to/audio' --lang ru --speakers 6
Expected
Correct operation of the script
Environment
- Chip / RAM: AMD 7800x3d / 64 gb
- OS: Ubuntu 24.04 on WSL
- scriba commit: latest
- Agent (if any): -
Logs
WARN: diarization failed (TypeError: Pipeline.from_pretrained() got an unexpected keyword argument 'token'); continuing without speaker labels
if i change in scripts/transcribe_whisperx.py:266 "token" to "use_auth_token", then i'm getting
WARN: diarization failed (TypeError: SpeakerDiarization.__init__() got an unexpected keyword argument 'plda'); continuing without speaker labels
What happened
Getting error on diarization step, after successful transcribation.
Command / how you invoked it
Expected
Correct operation of the script
Environment
Logs
if i change in scripts/transcribe_whisperx.py:266 "token" to "use_auth_token", then i'm getting