mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 04:22:46 +08:00
support sovits v3 lora training, 8G GPU memory is enough
support sovits v3 lora training, 8G GPU memory is enough
This commit is contained in:
parent
e6a32e15b0
commit
514fb692db
2
webui.py
2
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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user