Docker化初步版本完成

This commit is contained in:
Kenn Zhang
2024-01-23 17:00:31 +08:00
parent 866cde6f8b
commit d96b7d65ec
6 changed files with 133 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
import sys
import sys,os
# 推理用的指定模型
sovits_path = ""
gpt_path = ""
is_half = True
is_half = eval(os.environ.get("is_half",True))
is_share=False
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"