Add files via upload

This commit is contained in:
RVC-Boss
2023-05-04 22:22:46 +08:00
committed by GitHub
parent b18f921a50
commit da34d75ec9
3 changed files with 17 additions and 8 deletions

View File

@@ -55,10 +55,11 @@ class Config:
if (
("16" in self.gpu_name and "V100" not in self.gpu_name.upper())
or "P40" in self.gpu_name.upper()
or "1060" in self.gpu_name
or "1070" in self.gpu_name
or "1080" in self.gpu_name
):
print("16系显卡强制单精度")
print("16系/10系显卡和P40强制单精度")
self.is_half = False
for config_file in ["32k.json", "40k.json", "48k.json"]:
with open(f"configs/{config_file}", "r") as f: