1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

chore(format): run black on dev

This commit is contained in:
github-actions[bot]
2023-10-10 09:10:46 +00:00
parent 7e4992eb22
commit 886eeb0547

View File

@@ -116,7 +116,11 @@ def main():
children[i].join()
def run(rank, n_gpus, hps,):
def run(
rank,
n_gpus,
hps,
):
global global_step
if rank == 0:
logger = utils.get_logger(hps.model_dir)