Skip to content

Commit

Permalink
Flag --limit_tokens is now properly used
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Aug 4, 2019
1 parent 5a28726 commit 14b6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main(args):
for d in datasets:
print('# Processing documents for dataset {}'.format(d))
flags_process = flags + ['--limit_tokens', LIMIT_TOKENS]
cmd = base_cmd + [d] + flags
cmd = base_cmd + [d] + flags_process
cmd = ' '.join(cmd)
call_and_print(cmd)

Expand Down

0 comments on commit 14b6b12

Please sign in to comment.