Refactor (#16)

* Refactor

* Bump to 0.2.4

* Fix typo

* Add missing @classmethod

* Simplify REPO_ID

* Use explicit class names

* Fix input_lengths typo

* Read config with utf-8 encoding, issue #18
This commit is contained in:
hexgrad
2025-01-29 10:28:49 -08:00
committed by GitHub
parent d388ee9e0b
commit aed687eab3
5 changed files with 180 additions and 108 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='kokoro', # Name of the package
version='0.2.3', # Initial version
version='0.3.0', # Initial version
packages=find_packages(), # Automatically finds packages
install_requires=[ # List your dependencies here
'huggingface_hub',