mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +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
|
# minmem = 14
|
||||||
# except RuntimeError as _:
|
# except RuntimeError as _:
|
||||||
# print("显存不足以开启V3训练")
|
# 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
|
default_batch_size_s1=minmem // 2
|
||||||
else:
|
else:
|
||||||
gpu_info = ("%s\t%s" % ("0", "CPU"))
|
gpu_info = ("%s\t%s" % ("0", "CPU"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user