Skip to content

Commit

Permalink
upload batch files
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyuye committed Aug 17, 2020
1 parent 175de01 commit de0b4c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions run_batch_squad.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
python3 tools/batch/submit-job.py \
--region us-east-1 \
--source-ref batch \
--job-type g4dn.12x \
--name test_squad_electra_base \
--work-dir scripts/question_answering \
--remote https://github.com/zheyuye/gluon-nlp/ \
--command 'commands/run_squad2_electra_base.sh | tee stdout.log' \
--wait

0 comments on commit de0b4c9

Please sign in to comment.