From 514fb692db056a06ed012bc3a5bca2a5b455703e Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 23 Feb 2025 10:46:14 +0800 Subject: [PATCH] support sovits v3 lora training, 8G GPU memory is enough support sovits v3 lora training, 8G GPU memory is enough --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index c04f50e..ee3b84d 100644 --- a/webui.py +++ b/webui.py @@ -117,7 +117,7 @@ def set_default(): # minmem = 14 # except RuntimeError as _: # print("显存不足以开启V3训练") - default_batch_size = minmem // 2 if version!="v3"else minmem//14 + default_batch_size = minmem // 2 if version!="v3"else minmem//8 default_batch_size_s1=minmem // 2 else: gpu_info = ("%s\t%s" % ("0", "CPU"))