Skip to content

Commit

Permalink
Merge pull request #337 from athena-team/fix_typo-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tjadamlee authored Jan 21, 2021
2 parents 800388e + 0de3399 commit a2f51db
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 @@ -111,7 +111,7 @@ python athena/main.py examples/translate/spa-eng-example/transformer.json
```bash
source tools/env.sh
python examples/translate/spa-eng-example/prepare_data.py examples/translate/spa-eng-example/data/train.csv
horovodrun -np 4 -H localhost:4 athena/horovod_main.py examples/translate/spa-eng-example/transformer.json
horovodrun -np 4 -H localhost:4 python athena/horovod_main.py examples/translate/spa-eng-example/transformer.json
```

### Notes
Expand Down

0 comments on commit a2f51db

Please sign in to comment.