Skip to content

Commit

Permalink
Fix bug in runtime/tests/communication/README.md (msr-fiddle#26)
Browse files Browse the repository at this point in the history
`runtime/tests/communication/gloo_communication_handler.py` doesn't have `--backend` argument
  • Loading branch information
kanonjz authored and deepakn94 committed Dec 13, 2019
1 parent fb60e24 commit f50827f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/tests/communication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ python point_to_point.py --backend gloo --master_addr localhost --rank 1 --maste
To run the `gloo_communication_handler` test that uses PipeDream's communication
library, run
```bash
python gloo_communication_handler.py --backend gloo --master_addr localhost --rank 0 --master_port 8888 &
python gloo_communication_handler.py --backend gloo --master_addr localhost --rank 1 --master_port 8888
python gloo_communication_handler.py --master_addr localhost --rank 0 --master_port 8888 &
python gloo_communication_handler.py --master_addr localhost --rank 1 --master_port 8888
```

0 comments on commit f50827f

Please sign in to comment.