Source code for gigl.distributed.constants

# TODO (mkolodner-sc): Set these ports dynamically while ensuring no overlap
# Ports for various purposes, we need to make sure they do not overlap.
# Note that [master_port_for_inference, master_port_for_inference + num_inference_processes).
# ports are used. Same for master port for sampling.
[docs] DEFAULT_MASTER_INFERENCE_PORT = 40_000
[docs] DEFAULT_MASTER_SAMPLING_PORT = 50_000
[docs] DEFAULT_MASTER_DATA_BUILDING_PORT = 60_000