Skip to content

Commit

Permalink
Update provision_translation_instance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-diver authored Jan 30, 2024
1 parent 0492c02 commit 19d4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/provision_translation_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def parallel_job_split(i, client, arxiv_ids, args):
'gh auth login --with-token < GH_TOKEN.txt',

'echo "Installing requirements..."',
'pip install nougat-ocr arxiv-dl kss parmap accelerate',
'pip install nougat-ocr arxiv-dl python-mecab-kor kss parmap accelerate',

'echo "Creating temporary directory for holding the paper..."',
f'for arxiv_id in {arxiv_ids_str}; do mkdir -p papers/$arxiv_id; done',
Expand Down

0 comments on commit 19d4851

Please sign in to comment.