mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 07:49:59 +08:00
修正了半精度的问题
This commit is contained in:
parent
ad97327e14
commit
647a4d358a
@ -90,7 +90,7 @@ class TTS_Config:
|
|||||||
self.n_speakers:int = 300
|
self.n_speakers:int = 300
|
||||||
|
|
||||||
self.langauges:list = ["auto", "en", "zh", "ja", "all_zh", "all_ja"]
|
self.langauges:list = ["auto", "en", "zh", "ja", "all_zh", "all_ja"]
|
||||||
print(self)
|
# print(self)
|
||||||
|
|
||||||
def _load_configs(self, configs_path: str)->dict:
|
def _load_configs(self, configs_path: str)->dict:
|
||||||
with open(configs_path, 'r') as f:
|
with open(configs_path, 'r') as f:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b4297f3597b515e40bd7a45a7582bc2330408a59
|
Subproject commit 2b974ad5cf9ce20114920713bee48837f6481507
|
Loading…
x
Reference in New Issue
Block a user