Skip to content

Commit

Permalink
Merge pull request #704 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Sep 14, 2024
2 parents 2cfb0ae + d0c0bbf commit 9c0977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def run(
if n_gpus > 1 and device.type == "cuda":
net_g = DDP(net_g, device_ids=[rank])
net_d = DDP(net_d, device_ids=[rank])
#else:
# else:
# net_g = DDP(net_g)
# net_d = DDP(net_d)
# Load checkpoint if available
Expand Down

0 comments on commit 9c0977c

Please sign in to comment.