Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Sep 5, 2024
1 parent 306a26e commit 1b2473b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wenet/codec/vocos_low_latency/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def main():
# TODO: args
args = get_args()
args.train_engine = 'torch_ddp'
args.dist_backend = 'nccl'
_, _, rank = init_distributed(args)

# init dataset
Expand Down

0 comments on commit 1b2473b

Please sign in to comment.