Skip to content

Commit

Permalink
removed leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Dec 28, 2024
1 parent 1427a03 commit b4a5711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def start():
pass
with open(config_save_path, "w") as pid_file:
for rank, device_id in enumerate(gpus):
print(f" creating subproc for gpu={i}")
subproc = mp.Process(
target=run,
args=(
Expand Down

0 comments on commit b4a5711

Please sign in to comment.