3.0.1
pyannote/pyannote-audio3.0.1Sep 28, 2023by hbredin
Full Release Notes
## TL;DR
[`pyannote/speaker-diarization-3.0`](https://hf.co/pyannote/speaker-diarization-3.0) is now much faster when sent to GPU.
```python
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` to `onnxruntime-gpu`