Skip to content

Commit

Permalink
chore: remove unused constant (#8934)
Browse files Browse the repository at this point in the history
HOROVOD_GLOO_RENDEZVOUS_PORT is unused.

#2771 was the PR that removed its only use. Once, it was passed directly to horovod.
  • Loading branch information
wes-turner authored Mar 1, 2024
1 parent b99ad9f commit 2dfc4f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions harness/determined/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

DTRAIN_SSH_PORT = int(str(os.getenv("DTRAIN_SSH_PORT", "12350")))

# GLOO port used by Horovod for the Gloo controller.
HOROVOD_GLOO_RENDEZVOUS_PORT = int(str(os.getenv("HOROVOD_GLOO_RENDEZVOUS_PORT", "12355")))

# Port for communicating between training processes. Used for reducing
# validation metrics.
INTER_TRAIN_PROCESS_COMM_PORT_1 = int(str(os.getenv("INTER_TRAIN_PROCESS_COMM_PORT_1", "12360")))
Expand Down

0 comments on commit 2dfc4f2

Please sign in to comment.