Skip to content

Commit

Permalink
Merge pull request facebookresearch#27 from rashoodkhan/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo with one of the params for pipeline/interactive.py
  • Loading branch information
ajfisch authored Aug 15, 2017
2 parents 3f2683c + 6e60175 commit 07fb2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Optional arguments:
--reader-model Path to trained Document Reader model.
--retriever-model Path to Document Retriever model (tfidf).
--doc-db Path to Document DB.
--tokenizers String option specifying tokenizer type to use (e.g. 'corenlp').
--tokenizer String option specifying tokenizer type to use (e.g. 'corenlp').
--candidate-file List of candidates to restrict predictions to, one candidate per line.
--no-cuda Use CPU only.
--gpu Specify GPU device id to use.
Expand Down

0 comments on commit 07fb2a0

Please sign in to comment.