changed examples scripts

This commit is contained in:
William Falcon 2019-09-11 07:05:15 -04:00
parent cf7dbf6d7c
commit 90353ac54e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ conda activate my_env
# -------------------------
# random port between 12k and 20k
export MASTER_PORT=$((12000 + RANDOM % 20000))$
export MASTER_PORT=$((12000 + RANDOM % 20000))
# run script from above
python minimal_multi_node_demo.py