to 0.2.9
This commit is contained in:
parent
a4e9f3cab7
commit
babe93b99a
2 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ pip install whisperlivekit
|
||||||
|-----------|-------------|
|
|-----------|-------------|
|
||||||
| **Speaker diarization with Sortformer** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` |
|
| **Speaker diarization with Sortformer** | `git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]` |
|
||||||
| **Apple Silicon optimized backend** | `mlx-whisper` |
|
| **Apple Silicon optimized backend** | `mlx-whisper` |
|
||||||
|
| **NLLB Translation** | `huggingface_hub` & `transformers` |
|
||||||
| *[Not recommanded]* Speaker diarization with Diart | `diart` |
|
| *[Not recommanded]* Speaker diarization with Diart | `diart` |
|
||||||
| *[Not recommanded]* Original Whisper backend | `whisper` |
|
| *[Not recommanded]* Original Whisper backend | `whisper` |
|
||||||
| *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` |
|
| *[Not recommanded]* Improved timestamps backend | `whisper-timestamped` |
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "whisperlivekit"
|
name = "whisperlivekit"
|
||||||
version = "0.2.8.post1"
|
version = "0.2.9"
|
||||||
description = "Real-time speech-to-text with speaker diarization using Whisper"
|
description = "Real-time speech-to-text with speaker diarization using Whisper"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue