You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: