Skip to content

Commit

Permalink
[text] all work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mddct committed Nov 28, 2023
1 parent 1dc2d79 commit f1099a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenet/bin/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main():

# init tokenizer
tokenizer = init_tokenizer(configs, args.symbol_table, args.bpe_model,
non_lang_syms)
args.non_lang_syms)

# Init env for ddp OR deepspeed
world_size, local_rank, rank = init_distributed(args)
Expand Down

0 comments on commit f1099a8

Please sign in to comment.