From 98b2e752f2c6a1e55720d9d00ab34484abcfecea Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:36:27 +0800 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index c43f079..53dc5c5 100644 --- a/config.py +++ b/config.py @@ -5,7 +5,7 @@ from multiprocessing import cpu_count def use_fp32_config(): - for config_file in ["32k.json", "40k.json", "48k.json"]: + for config_file in ["32k.json", "40k.json", "48k.json", "48k_v2.json", "32k_v2.json"]: with open(f"configs/{config_file}", "r") as f: strr = f.read().replace("true", "false") with open(f"configs/{config_file}", "w") as f: