This commit is contained in:
tqchen 2015-01-01 06:06:02 -08:00
parent eb2b086b65
commit d10a435d64
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
* [Guide Tutorial of Rabit](guide)
* [API Documentation](http://home.cs.washington.edu/~tqchen/rabit/doc)
* [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc)
* You can also directly read the [interface header](include/rabit.h)
Features

View File

@ -3,7 +3,7 @@ Tutorial of Rabit
This is an tutorial of rabit, a ***Reliable Allreduce and Broadcast interface***.
To run the examples locally, you will need to type ```make``` to build all the examples.
Please also refer to the [API Documentation](http://home.cs.washington.edu/~tqchen/rabit/doc)
Please also refer to the [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc)
**List of Topics**