Use device

This commit is contained in:
hexgrad
2025-01-27 21:23:11 -08:00
parent de2acfcc8a
commit 2fe9944ff3
3 changed files with 6 additions and 5 deletions

View File

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