README.md 229 Bytes
Newer Older
Chao Ma's avatar
Chao Ma committed
1
2
3
4
5
6
7
8
# 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
```