Use device
This commit is contained in:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user