7 Commits

Author SHA1 Message Date
XXXXRT666
3e1288bdd6
Sync with main branch (#1134)
* api接口,修复文本切分符号设定中,中文分号错写为英文分号的问题 (#1001)

* 一些小问题修复 (#1021)

* fix import error. It may happen when calling
 api.py

* Update README.md

* Update gpt-sovits_kaggle.ipynb

* Update gpt-sovits_kaggle.ipynb

* fix path error
delete useless line wraps

* 删除重复的 COPY 指令 (#1073)

* [优化] 1Aa-文本获取 (#1102)

* Filter unsupported languages

* add feedback

* simplify modification

* fix detail

* Update english.py (#1106)

copy but not ref the phones list becoz it will be extend later, if not do so,it will affect the self.cmu dict values.

* Update models.py

* modify freeze_quantizer mode, avoid quantizer's codebook updating (#953)

---------

Co-authored-by: FengQingYunDan <pingdengjia0liu@163.com>
Co-authored-by: Kenn Zhang <breakstring@hotmail.com>
Co-authored-by: 蓝梦实 <36986837+SapphireLab@users.noreply.github.com>
Co-authored-by: lyris <lyris@users.noreply.github.com>
Co-authored-by: hcwu1993 <15855138469@163.com>
2024-05-27 11:24:24 +08:00
Kenn Zhang
c990387f7e 修改原有Dockerfile和文档中错误的端口号;Dockerfile中可以去掉 VOLUME 的声明,同时将端口暴露缩减成一行。 2024-02-13 03:33:44 +00:00
Kenn Zhang
2bf5e003fb 优化Dockerfile分层,尽可能复用缓存;增加条件构建,可以用IMAGE_TYPE参数构建不包含额外模型的Docker镜像来减少镜像大小;增加批量构建Docker镜像脚本 2024-02-09 13:54:02 +00:00
Kenn Zhang
13f1e55d13 修改Dockerfile中的版本以及docker-compose.yaml中的image小节;在readme中增加相关说明 2024-01-27 15:37:43 +08:00
Kenn Zhang
d86ffa2386 修改Dockerfile,使其直接利用最新的requirements.txt安装Python包;并在构建过程中预先下载moda ASR和nltk相关的模型到镜像中以便加快初次运行的速度 2024-01-27 15:15:08 +08:00
Kenn Zhang
d96b7d65ec Docker化初步版本完成 2024-01-23 17:00:31 +08:00
Kenn Zhang
ccbc93f4fc 初步版本 2024-01-22 20:21:18 +08:00