graphstorm
The
graphstormpackage 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)
Initialize distributed training and inference context. |