Skip to content

Commit

Permalink
Minor update of README.md of language model example (facebookresearch…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
soskek authored and facebook-github-bot committed Aug 27, 2019
1 parent 396ff7f commit 920b85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/language_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fairseq-preprocess \
--only-source \
--trainpref $TEXT/wiki.train.tokens \
--validpref $TEXT/wiki.valid.tokens \
--testpref $TEXT/wiki.test.tokens \
--testpref $TEXT/wiki.test.tokens \
--destdir data-bin/wikitext-103 \
--workers 20
```
Expand Down

0 comments on commit 920b85d

Please sign in to comment.