CjangCjengh / MoeGoe

Executable file for VITS inference
MIT License
2.33k stars 249 forks source link

移除编译产物, 增加init.sh, 补全requirements #4

Closed fumiama closed 2 years ago

fumiama commented 2 years ago

移除编译产物

monotonic_align 文件夹下在 cython 构建时会生成平台相关产物,不应将其纳入仓库,而应该ignore

增加init.sh

为 Linux/MacOS 下增加构建 monotonic_align 的小工具,并将构建产物直接移动为 core.dll, 保证与 win 的一致性。至于 win 下的 init 代码,因为没有环境测试,所以还得有赖他人补上了

补全requirements

jamo 没有在 requirements.txt

顺便删除了代码中未使用的 import

CjangCjengh commented 2 years ago

感谢