graphstorm

The graphstorm package contains a set of functions for environment setup. Users can directly use the following code to use these functions.

>>> import graphstorm as gs
>>> gs.initialize(ip_config="/tmp/ip_list.txt", backend="gloo", local_rank=local_rank)

gsf.initialize

Initialize distributed training and inference context.