Skip to content

Version 3.0.1

Compare
Choose a tag to compare
@hbredin hbredin released this 28 Sep 19:47
· 113 commits to develop since this release

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 to onnxruntime-gpu