Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyingsunshine21 committed Mar 24, 2021
1 parent ea74906 commit a9aae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def reset_seed(seed=0):
def set_random_master_port():
reset_seed()
port = RANDOM_PORTS.pop()
os.environ['MASTER_PORT'] = "29501"
os.environ['MASTER_PORT'] = str(port)


def init_checkpoint_callback(logger):
Expand Down

0 comments on commit a9aae99

Please sign in to comment.