Word level timestamps (#46)

* Use MToken

* ALIASES #43

* Typo: add missing comma

* Change conditions to is not None

* Finish WLTs
This commit is contained in:
hexgrad
2025-02-03 18:27:12 -08:00
committed by GitHub
parent 2f4d94bba2
commit 43bc156514
3 changed files with 103 additions and 44 deletions

View File

@@ -2,12 +2,12 @@ from setuptools import setup, find_packages
setup(
name='kokoro',
version='0.3.5',
version='0.7.0',
packages=find_packages(),
install_requires=[
'huggingface_hub',
'loguru',
'misaki[en]>=0.6.7',
'misaki[en]>=0.7.0',
'numpy==1.26.4',
'scipy',
'torch',