So for context:
pyannote/speaker-diarization works as intended.
pyannote/speaker-diarization-3.0 had the CPU issue
pyannote/speaker-diarization-3.1 goes on my GPU however memory usage is over double what it was before. I've tried different versions of pytorch from 2.0 onwards (via pip) but it still happens and onnxruntime is definitely not installed. Going from ~6GB memory to 14GB means performance tanks as I only have 12GB of dedicated memory, from a few minutes to diarize to an hour for the same file.
So for context:
pyannote/speaker-diarization
works as intended.pyannote/speaker-diarization-3.0
had the CPU issuepyannote/speaker-diarization-3.1
goes on my GPU however memory usage is over double what it was before. I've tried different versions of pytorch from 2.0 onwards (via pip) but it still happens and onnxruntime is definitely not installed. Going from ~6GB memory to 14GB means performance tanks as I only have 12GB of dedicated memory, from a few minutes to diarize to an hour for the same file.