ok
This commit is contained in:
parent
0323e0670e
commit
7424218392
@ -1,7 +1,7 @@
|
||||
## rabit: Reliable Allreduce and Broadcast Interface
|
||||
[](https://travis-ci.org/dmlc/rabit)
|
||||
|
||||
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. The goal of rabit is to support ***portable*** , ***scalable*** and ***reliable*** distributed machine learning programs.
|
||||
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. The goal of rabit is to support ***portable*** , ***scalable*** and ***reliable*** distributed machine learning programs.
|
||||
|
||||
* [Tutorial](guide)
|
||||
* [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc)
|
||||
|
||||
@ -2,10 +2,12 @@
|
||||
|
||||
Rabit Documentation
|
||||
=====================
|
||||
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. The goal of rabit is to support **portable** , **scalable** and **reliable** distributed machine learning programs.
|
||||
|
||||
|
||||
Contents:
|
||||
|
||||
API Documents
|
||||
=============
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
@ -19,4 +21,3 @@ Indices and tables
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user