Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo in horovod run
  • Loading branch information
Some-random committed Jan 19, 2021
1 parent 800388e commit 0de3399
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 0de3399

Please sign in to comment.