mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-26 14:38:58 +08:00
Format code (#310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
080b7cdc31
commit
41d2d72f39
@ -72,11 +72,14 @@ def main():
|
|||||||
|
|
||||||
children = []
|
children = []
|
||||||
for i in range(n_gpus):
|
for i in range(n_gpus):
|
||||||
subproc = mp.Process(target=run, args=(
|
subproc = mp.Process(
|
||||||
|
target=run,
|
||||||
|
args=(
|
||||||
i,
|
i,
|
||||||
n_gpus,
|
n_gpus,
|
||||||
hps,
|
hps,
|
||||||
))
|
),
|
||||||
|
)
|
||||||
children.append(subproc)
|
children.append(subproc)
|
||||||
subproc.start()
|
subproc.start()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user