Skip to content

Commit

Permalink
Fixes paths with spaces in seq2seq example (huggingface#6493)
Browse files Browse the repository at this point in the history
  • Loading branch information
KylePiira authored Aug 16, 2020
1 parent fe61c05 commit 2060181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/seq2seq/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ python finetune.py \
--do_predict \
--n_val 1000 \
--val_check_interval 0.1 \
$@
"$@"

0 comments on commit 2060181

Please sign in to comment.