Skip to content

Commit

Permalink
Revert "Update utils.py"
Browse files Browse the repository at this point in the history
This reverts commit a9aae99.
  • Loading branch information
shuyingsunshine21 committed Mar 24, 2021
1 parent 8651d54 commit 15f4b9e
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'] = str(port)
os.environ['MASTER_PORT'] = "29501"


def init_checkpoint_callback(logger):
Expand Down

0 comments on commit 15f4b9e

Please sign in to comment.