Skip to content

Commit

Permalink
fix(install): incomplete installation (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanTang authored Jun 24, 2024
1 parent cae0fec commit b4b7552
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Empty file added ChatTTS/model/__init__.py
Empty file.
Empty file added ChatTTS/res/__init__.py
Empty file.
Empty file added ChatTTS/utils/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
version='0.0.1',
author='2noise',
url='https://github.com/2noise/ChatTTS',
package_data={
'ChatTTS.res': ['homophones_map.json'], # 指定路径和文件
},
install_requires=['omegaconf>=2.3.0',
'numpy<2.0.0',
'numba',
Expand Down

0 comments on commit b4b7552

Please sign in to comment.