Bump to 0.8.4 (#120)

* Bump to 0.8.4

* Update README.md
This commit is contained in:
hexgrad
2025-02-28 18:49:08 -08:00
committed by GitHub
parent 790ecc9c83
commit 3f9dd88d6f
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ An inference library for [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
```py
# 1⃣ Install kokoro
!pip install -q kokoro>=0.7.11 soundfile
!pip install -q kokoro>=0.8.4 soundfile
# 2⃣ Install espeak, used for English OOD fallback and some non-English languages
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
# 🇪🇸 'e' => Spanish es

View File

@@ -1,4 +1,4 @@
__version__ = '0.8.3'
__version__ = '0.8.4'
from loguru import logger
import sys

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "kokoro"
version = "0.8.3"
version = "0.8.4"
description = "TTS"
readme = "README.md"
authors = [
@@ -20,7 +20,7 @@ requires-python = ">=3.10, <3.13"
dependencies = [
"huggingface_hub",
"loguru",
"misaki[en]>=0.8.3",
"misaki[en]>=0.8.4",
"numpy==1.26.4",
"scipy",
"torch",