* KPipeline

* misaki[en]>=0.6.0

* Fix typo

* Iteration over recursion

* Expose KModel

* Rename model
This commit is contained in:
hexgrad
2025-01-27 21:02:59 -08:00
committed by GitHub
parent 7c248d19d7
commit de2acfcc8a
7 changed files with 260 additions and 556 deletions

View File

@@ -2,11 +2,12 @@ from setuptools import setup, find_packages
setup(
name='kokoro', # Name of the package
version='0.1.0', # Initial version
version='0.2.0', # Initial version
packages=find_packages(), # Automatically finds packages
install_requires=[ # List your dependencies here
'huggingface_hub',
'misaki[en]>=0.6.1',
'numpy',
'phonemizer',
'scipy',
'torch',
'transformers',