blob: a7635dfa667a1eb1bbe0cde4dbb35a2c874082d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name": "rabit",
"version-string": "0.1",
"port-version": 3,
"description": "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.",
"homepage": "https://github.com/dmlc/rabit",
"supports": "!uwp",
"dependencies": [
"dmlc"
]
}
|