Skip to content

Commit b579cbf

Browse files
soskekfacebook-github-bot
authored andcommitted
Minor update of README.md of language model example (facebookresearch#1063)
Summary: With this white space, the command might fail. ``` fairseq-preprocess: error: unrecognized arguments: zsh: command not found: --destdir ``` Pull Request resolved: facebookresearch#1063 Differential Revision: D17072516 Pulled By: myleott fbshipit-source-id: 68bb9d05b40b215b18aceac2bff3f5ec1ef2f537
1 parent 13fb0a9 commit b579cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/language_model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fairseq-preprocess \
5151
--only-source \
5252
--trainpref $TEXT/wiki.train.tokens \
5353
--validpref $TEXT/wiki.valid.tokens \
54-
--testpref $TEXT/wiki.test.tokens \
54+
--testpref $TEXT/wiki.test.tokens \
5555
--destdir data-bin/wikitext-103 \
5656
--workers 20
5757
```

0 commit comments

Comments
 (0)