Version 3.0.1
TL;DR
pyannote/speaker-diarization-3.0
is now much faster when sent to GPU.
import torch
from pyannote.audio import Pipeline
pipeline = Pipeline.from_pretrained("pyannote/speaker-diarization-3.0")
pipeline.to(torch.device("cuda"))
Full changelog
Fixes and improvements
- fix: fix WeSpeakerPretrainedSpeakerEmbedding GPU support
Dependencies update
- setup: switch from
onnxruntime
toonnxruntime-gpu