Skip to content

Commit

Permalink
unecessary carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorSanh committed Oct 4, 2019
1 parent f5891c3 commit 0820bb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/run_squad.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ def main():
tokenizer = tokenizer_class.from_pretrained(args.tokenizer_name if args.tokenizer_name else args.model_name_or_path, do_lower_case=args.do_lower_case)
model = model_class.from_pretrained(args.model_name_or_path, from_tf=bool('.ckpt' in args.model_name_or_path), config=config)


if args.local_rank == 0:
torch.distributed.barrier() # Make sure only the first process in distributed training will download model & vocab

Expand Down

0 comments on commit 0820bb0

Please sign in to comment.