# Usage of DGL distributed KVStore This is a simple example shows how to use DGL distributed KVStore on Pytorch locally. In this example, we start two servers and four clients, and you can run the example by: ``` ./run.sh ```