From babe93b99ae7448edccd49468edb708a3bf616f5 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Thu, 11 Sep 2025 21:36:32 +0200 Subject: [PATCH] to 0.2.9 --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e880f1e..2d0cb83 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ pip install whisperlivekit |-----------|-------------| | **Speaker diarization with Sortformer** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` | | **Apple Silicon optimized backend** | `mlx-whisper` | +| **NLLB Translation** | `huggingface_hub` & `transformers` | | *[Not recommanded]* Speaker diarization with Diart | `diart` | | *[Not recommanded]* Original Whisper backend | `whisper` | | *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` | diff --git a/pyproject.toml b/pyproject.toml index 3129ee1..8749e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "whisperlivekit" -version = "0.2.8.post1" +version = "0.2.9" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" authors = [