Skip to content

Commit 90353ac

Browse files
committed
changed examples scripts
1 parent cf7dbf6 commit 90353ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/new_project_templates/multi_node_examples/minimal_multi_node_demo_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ conda activate my_env
2424
# -------------------------
2525

2626
# random port between 12k and 20k
27-
export MASTER_PORT=$((12000 + RANDOM % 20000))$
27+
export MASTER_PORT=$((12000 + RANDOM % 20000))
2828

2929
# run script from above
3030
python minimal_multi_node_demo.py

0 commit comments

Comments
 (0)